From 31917207760bab7b4aedfcb7435c6488da1fa956 Mon Sep 17 00:00:00 2001 From: jerem Date: Mon, 15 Jun 2026 15:07:06 +0200 Subject: [PATCH] NAS: retirer les soulignements par ligne (moins charge) --- 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 62a156b..60371cc 100644 --- a/backend/templates/dashboard.html +++ b/backend/templates/dashboard.html @@ -68,8 +68,9 @@ .gauge .sub { font-size: 30px; color: var(--muted); margin-top: 10px; } .err { font-size: 40px; font-weight: 700; padding: 24px; border: 4px dashed var(--ink); } - /* Liste NAS (valeurs larges -> une colonne pleine largeur) */ - .nas-list { display: flex; flex-direction: column; gap: 16px; } + /* Liste NAS (valeurs larges -> une colonne pleine largeur, sans soulignements) */ + .nas-list { display: flex; flex-direction: column; gap: 18px; } + .nas-list .ha-item { border-bottom: 0; padding-bottom: 0; } .nas-list .bad { font-weight: 800; } /* Grille Home Assistant */