From 9cb4a1db3de9f490f10353a897afa0a77688926c Mon Sep 17 00:00:00 2001 From: nate Date: Fri, 10 Apr 2026 03:14:21 +0400 Subject: [PATCH] fix --- 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 44ca477..edd74c9 100644 --- a/apps/status/src/static/app.css +++ b/apps/status/src/static/app.css @@ -77,7 +77,7 @@ h1 { font-size: 1.75rem; font-weight: 700; margin: 0 0 0.5rem; } color: var(--bar-paused); border: 1px solid var(--bar-paused); background: transparent; text-transform: uppercase; letter-spacing: 0.04em; } -.bars { display: flex; gap: 0.1rem; height: 38px; align-items: stretch; position: relative; } +.bars { display: flex; gap: 0.1rem; height: 30px; align-items: stretch; position: relative; } .bar { flex: 1; min-width: 0; border-radius: 2px; transition: opacity 0.15s; } .bar:hover { opacity: 0.8; } .bars-meta { display: flex; justify-content: space-between; font-size: 0.7rem; color: var(--muted); margin-top: 0.4rem; }