mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06:35 +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 {
|
.forecast {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-around;
|
||||||
padding-top: 16px;
|
padding-top: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -472,10 +472,6 @@ class HuiWeatherForecastCard extends LitElement implements LovelaceCard {
|
|||||||
--iron-icon-height: 52px;
|
--iron-icon-height: 52px;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host([narrow]) .forecast {
|
|
||||||
justify-content: space-around;
|
|
||||||
}
|
|
||||||
|
|
||||||
:host([narrow]) .name,
|
:host([narrow]) .name,
|
||||||
:host([narrow]) .temp-attribute .temp {
|
:host([narrow]) .temp-attribute .temp {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user