From 2e017f0a51e5a43fbbcb75f8c69811a92709eb93 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Fri, 13 Mar 2026 22:01:13 -0500 Subject: [PATCH] Refine photo chooser --- src/photo/form/FieldsetPhotoChooser.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/photo/form/FieldsetPhotoChooser.tsx b/src/photo/form/FieldsetPhotoChooser.tsx index 6175a075..425dcf93 100644 --- a/src/photo/form/FieldsetPhotoChooser.tsx +++ b/src/photo/form/FieldsetPhotoChooser.tsx @@ -158,7 +158,8 @@ export default function FieldsetPhotoChooser({ e.preventDefault()} align="start" - sideOffset={-80} + side="top" + sideOffset={-98} className={clsx( MENU_SURFACE_STYLES, 'z-20 rounded-2xl pb-0 overflow-auto', @@ -198,8 +199,8 @@ export default function FieldsetPhotoChooser({ type="button" className={clsx( 'link', - 'font-sans', - 'text-xs text-medium font-medium uppercase tracking-wider', + 'font-sans text-medium active:text-dim', + 'text-xs font-medium uppercase tracking-wider', 'py-1', 'select-none', )}