Fix titlebar CSS issue

Issue #93
This commit is contained in:
N-Pex 2021-03-18 11:30:30 +01:00
parent cd29f8d681
commit 1de3d2c954
3 changed files with 4 additions and 13 deletions

View file

@ -33,18 +33,6 @@ $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;
max-height: 60%;
overflow-y: auto;
z-index: 2;
.v-subheader {
display: none;
}
}
}
.room-list-notification-count {