Skip to content

Commit

Permalink
Hide sidebar when app is loading in themes
Browse files Browse the repository at this point in the history
This change was originally made in thelounge#420 then I broke it for themes in thelounge#615, sigh...
  • Loading branch information
astorije committed Oct 23, 2016
1 parent 5309854 commit 0fe9554
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,10 @@ button {
flex-direction: column;
}

.signed-out #main {
left: 0; /* Hide the sidebar when user is signed out */
}

#header {
display: none;
height: 40px;
Expand Down

0 comments on commit 0fe9554

Please sign in to comment.