diff --git a/apps/status/src/static/app.css b/apps/status/src/static/app.css index 5d70871..4da0181 100644 --- a/apps/status/src/static/app.css +++ b/apps/status/src/static/app.css @@ -55,7 +55,7 @@ h1 { font-size: 1.75rem; font-weight: 700; margin: 0 0 0.5rem; } .group-body { display: none; padding: 0 0.75rem 0.75rem; } .group-toggle:checked ~ .group-body { display: block; } .group-body .monitors { gap: 0.35rem; } -.page-components { display: flex; flex-direction: column; gap: 0.5rem; } +.page-components { display: flex; flex-direction: column; gap: 0.75rem; } .monitors { display: flex; flex-direction: column; gap: 0.5rem; } /* All monitors share one structure: a clickable header row + a collapsible detail panel. display_mode just controls whether `expanded-state` is set