diff --git a/components/dashboard/DashboardShell.tsx b/components/dashboard/DashboardShell.tsx index f3834bb..6c1baa0 100644 --- a/components/dashboard/DashboardShell.tsx +++ b/components/dashboard/DashboardShell.tsx @@ -39,7 +39,7 @@ function GlassTopBar({ siteId }: { siteId: string }) { return (
- {/* Collapse toggle */} + {/* Collapse toggle — aligned above sidebar */} - {/* Realtime indicator */} + {/* Realtime indicator — aligned above content right edge */} {lastUpdatedRef.current != null && ( -
+
@@ -75,16 +75,17 @@ export default function DashboardShell({ return ( -
- -
- {/* Glass top bar — collapse toggle + realtime, in the margin above the content panel */} - +
+ {/* Full-width top bar in glass area */} + + {/* Sidebar + content side by side */} +
+ {/* Content panel */}