Azaly
Active member
If alert list is large moderator notify are lost in the background other alerts, like reactions and quotes. It could be fixed by custom css class in li container, for example "alert js-alert menu-row menu-row--separated menu-row--clickable is-mod is-unread" with
So notify by moderator would be highlighted by bg color and 3px left line.
Code:
.is-mod{
border-left: 3px solid red;
background: pink;
}
So notify by moderator would be highlighted by bg color and 3px left line.
Upvote
0