Adjust line height in weather card (#27653)

This commit is contained in:
Simon Lamon 2025-10-27 07:29:17 +01:00 committed by GitHub
parent 70bf049df0
commit 9943dae82c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -563,7 +563,7 @@ class HuiWeatherForecastCard extends LitElement implements LovelaceCard {
.name,
.attribute {
font-size: var(--ha-font-size-m);
line-height: 1;
line-height: var(--ha-line-height-condensed);
}
.name-state {
@ -729,7 +729,7 @@ class HuiWeatherForecastCard extends LitElement implements LovelaceCard {
.short .state,
.short .temp-attribute .temp {
font-size: 24px;
line-height: 1.25;
line-height: var(--ha-line-height-condensed);
}
.short .content + .forecast {