Make sure read marker is updated correctly
This commit is contained in:
parent
c82c02b39b
commit
613f4e23aa
5 changed files with 38 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue