Make sure read marker is updated correctly

This commit is contained in:
N Pex 2023-02-28 10:29:53 +00:00
parent c82c02b39b
commit 613f4e23aa
5 changed files with 38 additions and 8 deletions

View file

@ -77,6 +77,19 @@ body {
position: fixed;
z-index: 10;
}
.icon-dropdown {
margin: 0px 8px;
}
.notification-alert {
display: inline-block;
background-color: #ff3300;
width: 8px;
height: 8px;
border-radius: 4px;
margin-bottom: 2px;
}
}
.room-list-notification-count {