From 31ff8636b31c82a1c9c5801d7fb83dc03aa1c6c8 Mon Sep 17 00:00:00 2001 From: jerem Date: Wed, 17 Jun 2026 11:45:39 +0200 Subject: [PATCH] =?UTF-8?q?Trackers:=20r=C3=A9=C3=A9quilibre=20nom/ratio?= =?UTF-8?q?=20(32/34px)=20+=20retire=20le=20border-bottom=20en=20trop=20so?= =?UTF-8?q?us=20la=20derni=C3=A8re=20ligne=20NAS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/templates/dashboard.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/backend/templates/dashboard.html b/backend/templates/dashboard.html index 86bc720..4f42765 100644 --- a/backend/templates/dashboard.html +++ b/backend/templates/dashboard.html @@ -61,6 +61,7 @@ .rows.grid2 { display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; } .row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 13px 0; border-bottom: 2px solid var(--ink); } + .rows .row:last-child { border-bottom: 0; } /* le hr.div suivant sert déjà de séparateur */ .row .k { font-weight: 700; font-size: 31px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .row .v { font-size: 36px; font-weight: 700; white-space: nowrap; } .rows.grid2 .k { font-size: 28px; } .rows.grid2 .v { font-size: 32px; } @@ -70,8 +71,8 @@ .trk { padding: 10px 0; border-bottom: 2px solid var(--ink); } .trk:last-child { border-bottom: 0; } .trk .top { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; } - .trk .name { font-weight: 700; font-size: 29px; } - .trk .ratio { font-size: 40px; font-weight: 800; line-height: .9; } + .trk .name { font-weight: 700; font-size: 32px; } + .trk .ratio { font-size: 34px; font-weight: 800; line-height: .9; } .trk .io { font-size: 22px; font-weight: 500; line-height: 1.2; margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }