mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-04 01:10:33 -06:00
Adjust line height in weather card (#27653)
This commit is contained in:
parent
70bf049df0
commit
9943dae82c
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user