mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Lovelace Card Editor: Preview Background (#7678)
This commit is contained in:
parent
a0ef60de49
commit
bbea38d227
@ -450,6 +450,10 @@ export class HuiDialogEditCard extends LitElement
|
|||||||
}
|
}
|
||||||
.element-preview {
|
.element-preview {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
height: max-content;
|
||||||
|
background: var(--primary-background-color);
|
||||||
|
padding: 4px;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.element-preview ha-circular-progress {
|
.element-preview ha-circular-progress {
|
||||||
top: 50%;
|
top: 50%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user