From d900c6f1527c7982442dae86531d7d0119f7c831 Mon Sep 17 00:00:00 2001 From: c0mrade Date: Fri, 6 Feb 2026 02:47:07 +0300 Subject: [PATCH] fix: prevent header layout shift and unify action button styles - Switch desktop header from flex justify-between to CSS grid (auto/1fr/auto) so center nav stays fixed regardless of right-side button count - Update theme toggle and logout buttons to match bell/language style (rounded-xl border bg-dark-800/50) --- src/components/layout/AppShell/AppShell.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/layout/AppShell/AppShell.tsx b/src/components/layout/AppShell/AppShell.tsx index c7eeef6..6a0f041 100644 --- a/src/components/layout/AppShell/AppShell.tsx +++ b/src/components/layout/AppShell/AppShell.tsx @@ -268,7 +268,7 @@ export function AppShell({ children }: AppShellProps) { {/* Desktop Header */}
-
+
{/* Logo */}
@@ -295,7 +295,7 @@ export function AppShell({ children }: AppShellProps) { {/* Center Navigation */} -