From 67489affe7d7e11e464b0b60d7fe29b2fb6bf629 Mon Sep 17 00:00:00 2001 From: Aidan Timson Date: Mon, 29 Jun 2026 18:05:28 +0100 Subject: [PATCH] Fix loading spinner position for more info weather forecast (#52903) --- src/dialogs/more-info/controls/more-info-weather.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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; } `,