mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +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 {
|
||||
position: relative;
|
||||
height: max-content;
|
||||
background: var(--primary-background-color);
|
||||
padding: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.element-preview ha-circular-progress {
|
||||
top: 50%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user