diff --git a/src/components/layout/AppShell/AppShell.tsx b/src/components/layout/AppShell/AppShell.tsx index 4eef427..ad9e7c8 100644 --- a/src/components/layout/AppShell/AppShell.tsx +++ b/src/components/layout/AppShell/AppShell.tsx @@ -147,7 +147,7 @@ export function AppShell({ children }: AppShellProps) { onClick={handleNavClick} aria-label={label} className={cn( - 'relative flex items-center gap-2 rounded-lg px-3 py-1.5 text-[13px] font-medium transition-colors duration-200', + 'relative flex shrink-0 items-center gap-1.5 rounded-lg px-2.5 py-1.5 text-[13px] font-medium transition-colors duration-200', active ? admin ? 'text-warning-400' @@ -167,7 +167,7 @@ export function AppShell({ children }: AppShellProps) { transition={{ type: 'spring', stiffness: 500, damping: 35 }} /> )} - + {label} ); @@ -188,9 +188,9 @@ export function AppShell({ children }: AppShellProps) { {/* Desktop Header */}
-
+
{/* Logo */} - +
{appName} - {/* Center Navigation */} -