Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
silamon committed Dec 22, 2023
1 parent d808da6 commit 6d80246
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/panels/config/dashboard/ha-config-updates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ class HaConfigUpdates extends SubscribeMixin(LitElement) {
${this.narrow && entity.attributes.in_progress
? html`<ha-circular-progress
indeterminate
size="small"
slot="graphic"
class="absolute"
></ha-circular-progress>`
Expand Down Expand Up @@ -191,6 +190,8 @@ class HaConfigUpdates extends SubscribeMixin(LitElement) {
}
ha-circular-progress.absolute {
position: absolute;
width: 40px;
height: 40px;
}
state-badge.updating {
opacity: 0.5;
Expand Down

0 comments on commit 6d80246

Please sign in to comment.