From 114f35cb9b9d0aeb7dc8cf66758b414843347982 Mon Sep 17 00:00:00 2001 From: nate Date: Sat, 11 Apr 2026 08:02:37 +0400 Subject: [PATCH] fix gap --- 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 b98305c..afa182f 100644 --- a/apps/status/src/static/app.css +++ b/apps/status/src/static/app.css @@ -56,7 +56,7 @@ h1 { font-size: 1.75rem; font-weight: 700; margin: 0 0 0.5rem; } .group-toggle:checked ~ .group-body { display: block; } .group-body .monitors { gap: 0.35rem; } .page-components { display: flex; flex-direction: column; gap: 0.75rem; } -.monitors { display: flex; flex-direction: column; gap: 0.5rem; } +.monitors { display: flex; flex-direction: column; gap: 0.75rem; } /* All monitors share one structure: a clickable header row + a collapsible detail panel. display_mode just controls whether `expanded-state` is set on initial render. */