From be3181ca0005e640a82f4d0f179e2eec70e557e9 Mon Sep 17 00:00:00 2001 From: IluaAir Date: Sun, 12 Oct 2025 23:20:03 +0300 Subject: [PATCH] menydesk material-desgn 3 --- .../ui/shadcn-io/menu-dock/index.jsx | 62 +++++++++-------- taskncoffee-app/src/pages/Dashboard.jsx | 69 ++++++++++++++++--- 2 files changed, 91 insertions(+), 40 deletions(-) diff --git a/taskncoffee-app/src/components/ui/shadcn-io/menu-dock/index.jsx b/taskncoffee-app/src/components/ui/shadcn-io/menu-dock/index.jsx index e5c914f..e41e350 100644 --- a/taskncoffee-app/src/components/ui/shadcn-io/menu-dock/index.jsx +++ b/taskncoffee-app/src/components/ui/shadcn-io/menu-dock/index.jsx @@ -79,22 +79,22 @@ export const MenuDock = ({ switch (variant) { case 'compact': return { - container: 'p-1', - item: 'p-2 min-w-12', + container: 'p-1 gap-1', + item: 'px-5 py-3', icon: 'h-4 w-4', text: 'text-xs' }; case 'large': return { - container: 'p-3', - item: 'p-3 min-w-16', + container: 'p-3 gap-4', + item: 'px-6 py-4', icon: 'h-6 w-6', text: 'text-base' }; default: return { - container: 'p-2', - item: 'p-2 min-w-14', + container: 'p-2 gap-3', + item: 'px-5 py-3.5', icon: 'h-5 w-5', text: 'text-sm' }; @@ -106,7 +106,7 @@ export const MenuDock = ({ return (