From 50e675b6e93a9279f95dc8a9ea415c481df54148 Mon Sep 17 00:00:00 2001 From: c0mrade Date: Fri, 6 Feb 2026 03:11:35 +0300 Subject: [PATCH] fix: prevent header nav shift with invisible theme button placeholder --- src/components/layout/AppShell/AppShell.tsx | 25 +++++++++++---------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/src/components/layout/AppShell/AppShell.tsx b/src/components/layout/AppShell/AppShell.tsx index c851e7c..8df6534 100644 --- a/src/components/layout/AppShell/AppShell.tsx +++ b/src/components/layout/AppShell/AppShell.tsx @@ -350,18 +350,19 @@ export function AppShell({ children }: AppShellProps) { {/* Right side actions */}
- {canToggleTheme && ( - - )} +