This commit is contained in:
Lani Aung
2025-08-13 22:54:31 -07:00
parent b48b9d8af3
commit 529a3cd86c
5 changed files with 41 additions and 27 deletions
+9 -7
View File
@@ -57,18 +57,20 @@ body #weather-panel #time {
html #weather-panel #time .material,
body #weather-panel #time .material {
font-variation-settings: "FILL" 0, "wght" 700, "opsz" 24;
vertical-align: sub;
line-height: inherit;
}
html #weather-panel #hourly,
body #weather-panel #hourly {
display: flex;
font-size: 0.75rem;
margin: 1rem 0;
text-align: center;
}
body #weather-panel #hourly,
html #weather-panel #daily,
body #weather-panel #daily {
display: flex;
font-size: 0.7rem;
justify-content: space-between;
text-align: center;
}
html #weather-panel #hourly,
body #weather-panel #hourly {
margin: 1rem 0;
}
html #weather-panel #daily .daily-slot,
body #weather-panel #daily .daily-slot {