-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
3.3.1, 3.2.10
I noticed that on mobile devices it can be hard to mark notification as read in the notification dropdown box. So I would suggest to make the check mark visible for mobile devices permanent by addingÂ
.dropdown-extended li a.mark_read {
|
display: block;
|
}
|
to the responsive.css file.