termix / src /modules /explorer /lib /menuItemClass.ts
lekmikdok's picture
Prepare Terax for web deployment
50fe3c9 verified
Raw
History Blame Contribute Delete
340 Bytes
// Compact override for shadcn ContextMenuItem inside the file explorer.
// The base item is sized for a desktop nav menu (px-3 py-2 text-sm); the
// explorer needs something denser to match the tree row scale.
export const COMPACT_ITEM = "rounded-xl px-2.5 py-1.5 text-xs gap-2";
export const COMPACT_CONTENT = "min-w-44 rounded-2xl p-1";