mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-27 04:52:56 +00:00
Fix spinner size (#6247)
This commit is contained in:
@@ -209,6 +209,7 @@ export class HuiDialogEditCard extends LitElement {
|
||||
<ha-circular-progress
|
||||
active
|
||||
alt="Saving"
|
||||
size="small"
|
||||
></ha-circular-progress>
|
||||
`
|
||||
: this.hass!.localize("ui.common.save")}
|
||||
@@ -291,8 +292,6 @@ export class HuiDialogEditCard extends LitElement {
|
||||
}
|
||||
|
||||
mwc-button ha-circular-progress {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
.hidden {
|
||||
|
||||
Reference in New Issue
Block a user