diff --git a/apps/status/src/static/app.css b/apps/status/src/static/app.css index edd74c9..9d76255 100644 --- a/apps/status/src/static/app.css +++ b/apps/status/src/static/app.css @@ -65,6 +65,12 @@ 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); } + +.group-body .monitor { + border: unset; + border-radius: unset; +} + .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); } @@ -142,6 +148,6 @@ h1 { font-size: 1.75rem; font-weight: 700; margin: 0 0 0.5rem; } .past-update-body p { display: inline; margin: 0; } .past-update-body code { background: var(--bg); padding: 0.05em 0.3em; border-radius: 3px; font-size: 0.85em; } .past-update-time { color: var(--muted); font-size: 0.7rem; margin-top: 0.15rem; } -footer { padding-top: 2rem; border-top: 1px solid var(--border); color: var(--muted); font-size: 0.8rem; text-align: center; } +footer { padding-top: 2rem; color: var(--muted); font-size: 0.8rem; text-align: center; } a { color: var(--accent); text-decoration: none; } a:hover { text-decoration: underline; }