mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Fix spinner size (#6247)
This commit is contained in:
parent
8815b126b5
commit
d8661cf2db
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user