Enlarge ••• menu hit target

This commit is contained in:
Sam Becker 2025-08-04 21:51:29 -05:00
parent e3cf228c44
commit 3a45838997

View File

@ -119,6 +119,8 @@ export default function MoreMenuItem({
className={clsx( className={clsx(
'inline-flex items-center grow', 'inline-flex items-center grow',
'text-sm text-main hover:text-main', 'text-sm text-main hover:text-main',
// Enlarge clickable area
'-m-2 p-2',
)} )}
onLoad={() => { onLoad={() => {
action?.(); action?.();