From 8dab6dc8fb8ef7ba97c94fa71cff5b4ed750198d Mon Sep 17 00:00:00 2001 From: Fringg Date: Wed, 11 Mar 2026 01:52:29 +0300 Subject: [PATCH] feat: desktop nav expand-on-hover with larger icons Icons enlarged to 18px, padding increased. On hover each button smoothly expands to reveal its label with opacity and max-width transition (200ms). Uses group/group-hover pattern. --- src/components/layout/AppShell/AppShell.tsx | 40 +++++++++++---------- 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/src/components/layout/AppShell/AppShell.tsx b/src/components/layout/AppShell/AppShell.tsx index 2767068..80abd12 100644 --- a/src/components/layout/AppShell/AppShell.tsx +++ b/src/components/layout/AppShell/AppShell.tsx @@ -317,72 +317,76 @@ export function AppShell({ children }: AppShellProps) { {/* Center Navigation */} -