1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 10:48:44 +00:00

Weather Card: Fix Forecast Image Spacing (#5952)

This commit is contained in:
Zack Arnett
2020-05-20 15:39:29 -04:00
committed by GitHub
parent 3a453f5843
commit 5cc4e2bb16

View File

@@ -435,6 +435,7 @@ class HuiWeatherForecastCard extends LitElement implements LovelaceCard {
.forecast-image-icon > * { .forecast-image-icon > * {
width: 40px; width: 40px;
height: 40px;
} }
.forecast-icon { .forecast-icon {