fix status page

This commit is contained in:
nate 2026-04-10 02:13:31 +04:00
parent dc8bb323ca
commit 51d7050d66
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ h1 { font-size: 1.75rem; font-weight: 700; margin: 0 0 0.5rem; }
.monitor-name .dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.monitor-name .name { font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.monitor-meta { display: flex; gap: 1rem; align-items: center; font-size: 0.85rem; color: var(--muted); }
.uptime-pct { font-variant-numeric: tabular-nums; font-weight: 600; color: var(--fg); }
.uptime-pct { font-variant-numeric: tabular-nums; font-weight: 600; color: var(--fg); display: inline-block; width: 5.5ch; text-align: right; }
.uptime-pct.good { color: var(--bar-up); }
.uptime-pct.warn { color: var(--bar-partial); }
.uptime-pct.bad { color: var(--bar-down); }