Fix ••• menu spacing

This commit is contained in:
Sam Becker 2025-03-07 08:22:55 -08:00
parent 1d02331dec
commit 333f1b99d7
2 changed files with 2 additions and 1 deletions

View File

@ -168,6 +168,7 @@ export default function AdminAppMenu({
className,
)}
buttonClassName={clsx(
'p-0!',
'w-full h-full',
'flex items-center justify-center',
'hover:bg-transparent dark:hover:bg-transparent',

View File

@ -46,7 +46,7 @@ export default function MoreMenu({
<DropdownMenu.Trigger asChild>
<button
className={clsx(
'p-0 min-h-0 border-none shadow-none hover:outline-hidden',
'p-1 min-h-0 border-none shadow-none hover:outline-hidden',
'hover:bg-gray-100 active:bg-gray-100',
'dark:hover:bg-gray-800/75 dark:active:bg-gray-900',
'text-dim',