Update skeleton height for compact header (#7827)

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
Kendell R 2020-11-27 10:23:41 -08:00 committed by GitHub
parent c261b5c1ce
commit 0494a9d410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@
#ha-init-skeleton::before {
display: block;
content: "";
height: 112px;
height: 56px;
background-color: #THEMEC;
}
html {