diff --git a/frontend/packages/dashboard/src/common.css b/frontend/packages/dashboard/src/common.css index 1099848d..73f35030 100644 --- a/frontend/packages/dashboard/src/common.css +++ b/frontend/packages/dashboard/src/common.css @@ -529,6 +529,16 @@ body.side-panel-resizing * { cursor: ew-resize !important; } top: 0; z-index: 50; } +/* The bar is prepended as a direct child of . On pages that pad + the body gutter (the dashboard + H0M3 use a 1.5em horizontal gutter), + break out of that padding so the warning spans the full width + edge-to-edge — the same trick `.dashboard-chrome` uses. FL0W + L0GS + are already full-bleed (no body padding), so they need no override. */ +body.dashboard-shell #server-warnings, +body.home-shell #server-warnings { + margin-left: -1.5em; + margin-right: -1.5em; +} .server-warnings[hidden] { display: none; } .server-warn { text-align: center;