From 701e333d78331410dcc38ee982486656c90ba0e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sat, 17 Sep 2016 20:43:29 -0400 Subject: [PATCH] Hide sidebar when app is loading in themes This change was originally made in #420 then I broke it for themes in #615, sigh... --- client/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/css/style.css b/client/css/style.css index a209e3bb..0656ef37 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -555,6 +555,10 @@ button { flex-direction: column; } +.signed-out #main { + left: 0; /* Hide the sidebar when user is signed out */ +} + #header { display: none; height: 40px;