From a8b932223f6cc850811ba019abc209f9cd76305c Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 30 Aug 2015 13:48:23 -0700 Subject: [PATCH] Prevent init screen from shifting --- homeassistant/components/frontend/index.html.template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/frontend/index.html.template b/homeassistant/components/frontend/index.html.template index 556fe4e67c8..8906e8902a0 100644 --- a/homeassistant/components/frontend/index.html.template +++ b/homeassistant/components/frontend/index.html.template @@ -33,15 +33,16 @@ right: 0; bottom: 0; } - #init p { - margin-bottom: 101px; + #init div { + line-height: 34px; + margin-bottom: 89px; }
-

Initializing

+
Initializing