Merge pull request #617 from thelounge/astorije/fix-sidebar-loading

Hide sidebar when app is loading in themes
This commit is contained in:
Pavel Djundik 2016-09-24 00:14:24 +03:00 committed by GitHub
commit 2bb782fe81

View file

@ -557,6 +557,10 @@ button {
flex-direction: column;
}
.signed-out #main {
left: 0; /* Hide the sidebar when user is signed out */
}
#header {
display: none;
height: 40px;