mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +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
|
<ha-circular-progress
|
||||||
active
|
active
|
||||||
alt="Saving"
|
alt="Saving"
|
||||||
|
size="small"
|
||||||
></ha-circular-progress>
|
></ha-circular-progress>
|
||||||
`
|
`
|
||||||
: this.hass!.localize("ui.common.save")}
|
: this.hass!.localize("ui.common.save")}
|
||||||
@ -291,8 +292,6 @@ export class HuiDialogEditCard extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
mwc-button ha-circular-progress {
|
mwc-button ha-circular-progress {
|
||||||
width: 14px;
|
|
||||||
height: 14px;
|
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
.hidden {
|
.hidden {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user