mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
Improved spacing balance for weather forecast (#5673)
* Improved spacing balance for weather forecast * Removes obsolete styling
This commit is contained in:
parent
1fdb6b8034
commit
f4710891d0
@ -409,7 +409,7 @@ class HuiWeatherForecastCard extends LitElement implements LovelaceCard {
|
||||
|
||||
.forecast {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
justify-content: space-around;
|
||||
padding-top: 16px;
|
||||
}
|
||||
|
||||
@ -472,10 +472,6 @@ class HuiWeatherForecastCard extends LitElement implements LovelaceCard {
|
||||
--iron-icon-height: 52px;
|
||||
}
|
||||
|
||||
:host([narrow]) .forecast {
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
:host([narrow]) .name,
|
||||
:host([narrow]) .temp-attribute .temp {
|
||||
font-size: 22px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user