From 7ec8d69b5f69dfc0c5c404137f1ebc5a1f7fdc82 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sun, 7 Sep 2025 18:17:13 -0500 Subject: [PATCH] Fix admin photo menu hit target --- src/components/more/MoreMenuItem.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/more/MoreMenuItem.tsx b/src/components/more/MoreMenuItem.tsx index 6e054f6c..dc2adec9 100644 --- a/src/components/more/MoreMenuItem.tsx +++ b/src/components/more/MoreMenuItem.tsx @@ -121,6 +121,7 @@ export default function MoreMenuItem({ 'text-sm text-main hover:text-main', // Enlarge clickable area '-m-2 p-2', + keyCommand && 'sm:-mr-10', )} onLoad={() => { action?.(); @@ -143,7 +144,7 @@ export default function MoreMenuItem({ {keyCommand && {keyCommand} }