Style correction

This commit is contained in:
marijo 2026-06-09 18:32:59 +00:00
parent 284bfc5a76
commit d031ba2a62

View file

@ -172,8 +172,8 @@ main {
border-radius: 8px; border-radius: 8px;
box-shadow: none; box-shadow: none;
} }
.header-cards .card .label { font-size: .58rem; white-space: nowrap; } .header-cards .card .label { font-size: .88rem; font-weight: 950; white-space: nowrap; }
.header-cards .card .value { font-size: 1.18rem; margin: 0; } .header-cards .card .value { font-size: 1.55rem; font-weight: 950; margin: 0; }
.header-cards .card .hint { display: none; } .header-cards .card .hint { display: none; }
.card.bad .value { color: var(--bad); } .card.bad .value { color: var(--bad); }
.card.warn .value { color: var(--warn); } .card.warn .value { color: var(--warn); }
@ -394,8 +394,8 @@ tbody tr:hover { background: rgba(255,255,255,.04); }
.card .value { font-size: .76rem; line-height: 1.05; } .card .value { font-size: .76rem; line-height: 1.05; }
.card .hint { display: none; } .card .hint { display: none; }
.header-cards .card { padding: .14rem .2rem; gap: .18rem; } .header-cards .card { padding: .14rem .2rem; gap: .18rem; }
.header-cards .card .label { font-size: .48rem; } .header-cards .card .label { font-size: .72rem; font-weight: 950; }
.header-cards .card .value { font-size: 1.18rem; } .header-cards .card .value { font-size: 1.45rem; font-weight: 950; }
.header-entries { padding: .16rem .22rem; margin: .16rem 0; } .header-entries { padding: .16rem .22rem; margin: .16rem 0; }
.header-entries .table-wrap { overflow-x: visible; overflow-y: visible; } .header-entries .table-wrap { overflow-x: visible; overflow-y: visible; }