From 6aa5795683ac1af64a1adf31f0a3aa8897b42171 Mon Sep 17 00:00:00 2001 From: nate Date: Fri, 10 Apr 2026 03:26:56 +0400 Subject: [PATCH] update css --- apps/status/src/static/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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