From 0494a9d410071efd75c5f7b04984c79a3b2afabe Mon Sep 17 00:00:00 2001 From: Kendell R Date: Fri, 27 Nov 2020 10:23:41 -0800 Subject: [PATCH] Update skeleton height for compact header (#7827) Co-authored-by: Bram Kragten --- src/html/index.html.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html/index.html.template b/src/html/index.html.template index 4628170fe9..a21eef0737 100644 --- a/src/html/index.html.template +++ b/src/html/index.html.template @@ -42,7 +42,7 @@ #ha-init-skeleton::before { display: block; content: ""; - height: 112px; + height: 56px; background-color: #THEMEC; } html {