modified: app.py

modified:   static/css/style.css
	modified:   templates/weather.html
This commit is contained in:
simon
2026-04-24 09:43:36 +02:00
parent def5446ea5
commit 08a8bb2e13
3 changed files with 60 additions and 32 deletions

View File

@@ -299,7 +299,12 @@ main { flex: 1; }
display: flex; flex-direction: column;
justify-content: flex-end; padding-bottom: 0.6rem;
}
.hero-icon-big { font-size: 3rem; line-height: 1; margin-bottom: 0.4rem; }
.hero-icon-big { line-height: 1; margin-bottom: 0.4rem; }
/* Weather icon images (OWM CDN) */
.wx-icon { display: block; width: 40px; height: 40px; object-fit: contain; }
.wx-icon--hero { width: 80px; height: 80px; }
.wx-icon--sm { width: 32px; height: 32px; }
.hero-stats-mini { display: flex; flex-direction: column; gap: 0.2rem; }
.hero-stats-mini span { font-size: 0.85rem; color: var(--muted2); }
@@ -410,7 +415,7 @@ main { flex: 1; }
.hcard-time { font-size: 0.85rem; font-weight: 600; color: var(--text); }
.hcard-date { font-size: 0.68rem; color: var(--muted); margin-top: -0.15rem; }
.hcard-icon { font-size: 1.4rem; line-height: 1; margin: 0.2rem 0; }
.hcard-icon { line-height: 1; margin: 0.2rem 0; display: flex; justify-content: center; }
.hcard-temp { font-size: 1rem; font-weight: 700; }
.hcard-precip { font-size: 0.7rem; color: var(--blue); font-weight: 500; }
.hcard-precip--none { color: var(--muted); font-weight: 400; }
@@ -480,7 +485,7 @@ main { flex: 1; }
.drow:hover { background: rgba(255,255,255,0.05); }
.drow-left { display: flex; align-items: center; gap: 0.6rem; }
.drow-icon { font-size: 1.4rem; flex-shrink: 0; }
.drow-icon { font-size: 1.4rem; flex-shrink: 0; display: flex; align-items: center; }
.drow-dow { font-size: 0.875rem; font-weight: 600; color: var(--text); }
.drow-bar-wrap { position: relative; }