Add notification count

Add count to tab title and room list. Issue #49.
This commit is contained in:
N-Pex 2021-02-17 10:43:42 +01:00
parent 9c9619fe1c
commit ee3dd935be
4 changed files with 56 additions and 9 deletions

View file

@ -38,6 +38,8 @@ $admin-fg: white;
background-color: white;
border: 1px solid #e0e0e0;
position: absolute;
max-height: 60%;
overflow-y: auto;
z-index: 2;
.v-subheader {
display: none;
@ -45,6 +47,22 @@ $admin-fg: white;
}
}
.room-list-notification-count {
position: absolute;
top: 10px;
left: 40px;
color: white;
background-color: black;
font-size: 10px;
min-width: 20px;
height: 20px;
border-radius: 10px;
border: 2px solid white;
text-align: center;
padding-left: 4px;
padding-right: 4px;
}
.chat-root {
position: absolute;
left: 0px;