diff --git a/src/dialogs/more-info/controls/more-info-weather.ts b/src/dialogs/more-info/controls/more-info-weather.ts index 4131c63359..9e26b8fdf9 100644 --- a/src/dialogs/more-info/controls/more-info-weather.ts +++ b/src/dialogs/more-info/controls/more-info-weather.ts @@ -459,7 +459,9 @@ class MoreInfoWeather extends LitElement { `; }) - : html``} + : html`
+ +
`} ` : nothing} @@ -702,7 +704,10 @@ class MoreInfoWeather extends LitElement { --mdc-icon-size: 40px; } - .forecast ha-spinner { + .forecast .loading { + display: flex; + justify-content: center; + align-items: center; height: 120px; } `,