From 94d55a3d4a7650b8a626ce4c3f43eed47023c54b Mon Sep 17 00:00:00 2001 From: Hermes VM Date: Sun, 31 May 2026 11:52:03 +0000 Subject: [PATCH] fix: repair devops shell interactions --- dashboard/web/src/app/globals.css | 6 + dashboard/web/src/app/layout.tsx | 2 +- dashboard/web/src/components/sidebar-nav.tsx | 136 +++++++++++++------ 3 files changed, 103 insertions(+), 41 deletions(-) diff --git a/dashboard/web/src/app/globals.css b/dashboard/web/src/app/globals.css index 35df2dc..5705f97 100644 --- a/dashboard/web/src/app/globals.css +++ b/dashboard/web/src/app/globals.css @@ -6,3 +6,9 @@ html, body { font-family: var(--ml-font-body), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; } + +@media (max-width: 767px) { + main { + padding-top: 3.5rem; + } +} diff --git a/dashboard/web/src/app/layout.tsx b/dashboard/web/src/app/layout.tsx index ebc2f27..bf96923 100644 --- a/dashboard/web/src/app/layout.tsx +++ b/dashboard/web/src/app/layout.tsx @@ -39,7 +39,7 @@ export default function RootLayout({