NAS: retirer les soulignements par ligne (moins charge)

This commit is contained in:
jerem
2026-06-15 15:07:06 +02:00
parent fc4f0efd20
commit 3191720776

View File

@@ -68,8 +68,9 @@
.gauge .sub { font-size: 30px; color: var(--muted); margin-top: 10px; } .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); } .err { font-size: 40px; font-weight: 700; padding: 24px; border: 4px dashed var(--ink); }
/* Liste NAS (valeurs larges -> une colonne pleine largeur) */ /* Liste NAS (valeurs larges -> une colonne pleine largeur, sans soulignements) */
.nas-list { display: flex; flex-direction: column; gap: 16px; } .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; } .nas-list .bad { font-weight: 800; }
/* Grille Home Assistant */ /* Grille Home Assistant */