diff --git a/src/dialogs/more-info/controls/more-info-update.ts b/src/dialogs/more-info/controls/more-info-update.ts index 9da33d5780..cb62294078 100644 --- a/src/dialogs/more-info/controls/more-info-update.ts +++ b/src/dialogs/more-info/controls/more-info-update.ts @@ -103,8 +103,10 @@ class MoreInfoUpdate extends LitElement { : ""} ${supportsFeature(this.stateObj!, UPDATE_SUPPORT_RELEASE_NOTES) && !this._error - ? this._releaseNotes === undefined - ? html`` + ? !this._releaseNotes + ? html`
+ +
` : html`
@@ -254,9 +256,10 @@ class MoreInfoUpdate extends LitElement { a { color: var(--primary-color); } - ha-circular-progress { - width: 100%; + .flex.center { + display: flex; justify-content: center; + align-items: center; } mwc-linear-progress { margin-bottom: -8px; diff --git a/src/panels/config/integrations/dialog-add-integration.ts b/src/panels/config/integrations/dialog-add-integration.ts index f2c70e90d6..14b1ed581c 100644 --- a/src/panels/config/integrations/dialog-add-integration.ts +++ b/src/panels/config/integrations/dialog-add-integration.ts @@ -449,7 +449,9 @@ class AddIntegrationDialog extends LitElement { > ` - : html``} `; + : html`
+ +
`} `; } private _keyFunction = (integration: IntegrationListItem) => @@ -682,10 +684,12 @@ class AddIntegrationDialog extends LitElement { p > a { color: var(--primary-color); } - ha-circular-progress { - width: 100%; + .flex.center { display: flex; justify-content: center; + align-items: center; + } + ha-circular-progress { margin: 24px 0; } mwc-list { diff --git a/src/panels/config/integrations/integration-panels/zha/zha-add-devices-page.ts b/src/panels/config/integrations/integration-panels/zha/zha-add-devices-page.ts index 05095473fc..0201e8e4fc 100644 --- a/src/panels/config/integrations/integration-panels/zha/zha-add-devices-page.ts +++ b/src/panels/config/integrations/integration-panels/zha/zha-add-devices-page.ts @@ -236,7 +236,7 @@ class ZHAAddDevicesPage extends LitElement { color: var(--error-color); } ha-circular-progress { - padding: 20px; + margin: 20px; } .searching { margin-top: 20px; diff --git a/src/panels/lovelace/cards/hui-starting-card.ts b/src/panels/lovelace/cards/hui-starting-card.ts index 7fc85e5dd1..a5cd780a1e 100644 --- a/src/panels/lovelace/cards/hui-starting-card.ts +++ b/src/panels/lovelace/cards/hui-starting-card.ts @@ -59,7 +59,7 @@ export class HuiStartingCard extends LitElement implements LovelaceCard { height: calc(100vh - var(--header-height)); } ha-circular-progress { - padding-bottom: 20px; + margin-bottom: 20px; } .content { height: 100%;