From e39c10d50fabdede073d9bfb0b413fddf8dfcc1e Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Wed, 25 Mar 2026 16:44:42 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20reduce=20top=20bar=20padding=20=E2=80=94?= =?UTF-8?q?=20pt-1.5=20instead=20of=20pt-3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/dashboard/DashboardShell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dashboard/DashboardShell.tsx b/components/dashboard/DashboardShell.tsx index 6d091bb..17160e8 100644 --- a/components/dashboard/DashboardShell.tsx +++ b/components/dashboard/DashboardShell.tsx @@ -38,7 +38,7 @@ function GlassTopBar({ siteId }: { siteId: string }) { }, [realtime]) return ( -
+
{/* Collapse toggle — mirrors sidebar AppLauncher row sizing for pixel alignment */}