From ce20d3675db7410459c959746aa49b9cf3a05ff3 Mon Sep 17 00:00:00 2001 From: jerem Date: Mon, 15 Jun 2026 17:20:14 +0200 Subject: [PATCH] Dashboard: retire l'heure/date, remonte meteo + NAS en haut de colonne gauche --- backend/templates/dashboard.html | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/backend/templates/dashboard.html b/backend/templates/dashboard.html index 7674e4f..a07e7c5 100644 --- a/backend/templates/dashboard.html +++ b/backend/templates/dashboard.html @@ -38,12 +38,6 @@ .section:last-child { margin-bottom: 0; } .rule { border: 0; border-top: 4px solid var(--line); margin: 0 0 32px; } - /* En-tête : heure au-dessus, date dessous (alignées à gauche). */ - header { display: flex; flex-direction: column; gap: 10px; } - .clock { font-size: 210px; font-weight: 800; line-height: 0.82; letter-spacing: -6px; } - .date { font-size: 46px; font-weight: 600; } - .date .dow { font-size: 68px; font-weight: 800; text-transform: capitalize; } - /* Météo */ .weather .top { display: flex; align-items: center; gap: 32px; } .weather .icon { font-size: 140px; line-height: 1; } @@ -87,16 +81,8 @@ - +
-
-
{{ time }}
-
- {{ dow }} · {{ date }} -
-
-
-
{% if weather.ok %}