diff --git a/web/src/app/home/layout.tsx b/web/src/app/home/layout.tsx index 8cce527e..b1c76425 100644 --- a/web/src/app/home/layout.tsx +++ b/web/src/app/home/layout.tsx @@ -58,6 +58,8 @@ function isExtensionsRoute(pathname: string): boolean { ); } +const HOME_CONTENT_MAX_WIDTH = 'max-w-[1360px]'; + export default function HomeLayout({ children, }: Readonly<{ @@ -134,7 +136,9 @@ function HomeLayoutInner({ children }: { children: React.ReactNode }) {
-
+
-
- {mainContent} -
+
+
+ {mainContent} +
+
diff --git a/web/src/app/home/monitoring/page.tsx b/web/src/app/home/monitoring/page.tsx index a86b83ae..942ac2f9 100644 --- a/web/src/app/home/monitoring/page.tsx +++ b/web/src/app/home/monitoring/page.tsx @@ -267,8 +267,8 @@ function MonitoringPageContent() { return (
{/* Filters and Refresh Button - Sticky */} -
-
+
+
{/* Content Area */} -
+
{/* Overview Section */}