chore: release v0.40.1

This commit is contained in:
Ulas Kalayci
2026-05-01 17:57:30 +02:00
parent f21c6b0ca9
commit 2c948eb235
8 changed files with 44 additions and 17 deletions
+3
View File
@@ -137,6 +137,7 @@
.dashboard-metric__value {
font-size: var(--text-xl);
font-weight: var(--font-weight-bold);
font-variant-numeric: tabular-nums;
color: var(--color-text-primary);
overflow: hidden;
text-overflow: ellipsis;
@@ -1002,6 +1003,7 @@
.weather-widget__temp {
font-size: var(--text-4xl);
font-weight: var(--font-weight-bold);
font-variant-numeric: tabular-nums;
line-height: 1;
margin-bottom: 2px;
}
@@ -1068,6 +1070,7 @@
display: flex;
gap: var(--space-1);
font-size: var(--text-xs);
font-variant-numeric: tabular-nums;
}
.weather-forecast__high {