Remove hamburger

Move room list to dropdown, see issue #27
This commit is contained in:
N-Pex 2021-02-01 22:10:48 +01:00
parent 947fea9bb7
commit 85f3a9baef
5 changed files with 31 additions and 56 deletions

View file

@ -33,6 +33,16 @@ $admin-fg: white;
margin-top: $chat-standard-padding-xs;
margin-bottom: $chat-standard-padding-xs;
}
.room-list {
background-color: white;
border: 1px solid #e0e0e0;
position: absolute;
z-index: 2;
.v-subheader {
display: none;
}
}
}
.chat-root {
@ -44,6 +54,7 @@ $admin-fg: white;
width: 100%;
height: 100%;
padding: 0;
padding-bottom: 10px;
margin: 0;
background-color: $chat-background;