Lovelace Card Editor: Preview Background (#7678)

This commit is contained in:
Zack Barett 2020-12-02 09:19:01 -06:00 committed by GitHub
parent a0ef60de49
commit bbea38d227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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%;