From f4710891d06c99658b79c6a914945aa6193c36f4 Mon Sep 17 00:00:00 2001 From: Pedro Lamas Date: Thu, 30 Apr 2020 18:43:54 +0100 Subject: [PATCH] Improved spacing balance for weather forecast (#5673) * Improved spacing balance for weather forecast * Removes obsolete styling --- src/panels/lovelace/cards/hui-weather-forecast-card.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/panels/lovelace/cards/hui-weather-forecast-card.ts b/src/panels/lovelace/cards/hui-weather-forecast-card.ts index 060139f125..9934f18535 100644 --- a/src/panels/lovelace/cards/hui-weather-forecast-card.ts +++ b/src/panels/lovelace/cards/hui-weather-forecast-card.ts @@ -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;