Refine photo chooser
This commit is contained in:
parent
2919f44a47
commit
2e017f0a51
@ -158,7 +158,8 @@ export default function FieldsetPhotoChooser({
|
|||||||
<DropdownMenu.Content
|
<DropdownMenu.Content
|
||||||
onCloseAutoFocus={e => e.preventDefault()}
|
onCloseAutoFocus={e => e.preventDefault()}
|
||||||
align="start"
|
align="start"
|
||||||
sideOffset={-80}
|
side="top"
|
||||||
|
sideOffset={-98}
|
||||||
className={clsx(
|
className={clsx(
|
||||||
MENU_SURFACE_STYLES,
|
MENU_SURFACE_STYLES,
|
||||||
'z-20 rounded-2xl pb-0 overflow-auto',
|
'z-20 rounded-2xl pb-0 overflow-auto',
|
||||||
@ -198,8 +199,8 @@ export default function FieldsetPhotoChooser({
|
|||||||
type="button"
|
type="button"
|
||||||
className={clsx(
|
className={clsx(
|
||||||
'link',
|
'link',
|
||||||
'font-sans',
|
'font-sans text-medium active:text-dim',
|
||||||
'text-xs text-medium font-medium uppercase tracking-wider',
|
'text-xs font-medium uppercase tracking-wider',
|
||||||
'py-1',
|
'py-1',
|
||||||
'select-none',
|
'select-none',
|
||||||
)}
|
)}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user