Lack of interest Addition class for mod alert

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

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

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
This suggestion has been closed. Votes are no longer accepted.
Top Bottom