diff --git a/frontend/src/components/CommandCenterLayout.tsx b/frontend/src/components/CommandCenterLayout.tsx index ef1d05e..9444a3e 100755 --- a/frontend/src/components/CommandCenterLayout.tsx +++ b/frontend/src/components/CommandCenterLayout.tsx @@ -108,30 +108,30 @@ export function CommandCenterLayout({ )} > {/* Top Bar */} -
-
+
+
{/* Left: Title */} -
+
{title && ( -

{title}

+

{title}

)} {subtitle && ( -

{subtitle}

+

{subtitle}

)}
{/* Right: Actions */} -
+
{/* Quick Search */} @@ -141,7 +141,7 @@ export function CommandCenterLayout({ className="md:hidden flex items-center justify-center w-9 h-9 text-foreground-muted hover:text-foreground hover:bg-foreground/5 rounded-lg transition-colors" > - + {/* Notifications */} @@ -155,7 +155,7 @@ export function CommandCenterLayout({ : "text-foreground-muted hover:text-foreground hover:bg-foreground/5" )} > - + {hasNotifications && ( @@ -213,11 +213,11 @@ export function CommandCenterLayout({ {/* Keyboard Shortcuts Hint */} @@ -228,8 +228,10 @@ export function CommandCenterLayout({
{/* Page Content */} -
- {children} +
+
+ {children} +
diff --git a/frontend/src/components/PremiumTable.tsx b/frontend/src/components/PremiumTable.tsx index ee19383..42fac28 100755 --- a/frontend/src/components/PremiumTable.tsx +++ b/frontend/src/components/PremiumTable.tsx @@ -388,7 +388,7 @@ export function StatCard({ export function PageContainer({ children, className }: { children: ReactNode; className?: string }) { return ( -
+
{children}
)