Hide sidebar when app is loading in themes

This change was originally made in #420 then I broke it for themes in #615, sigh...
This commit is contained in:
Jérémie Astori 2016-09-17 20:43:29 -04:00
parent c090ab065f
commit 701e333d78

View file

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