left_sidebar: Restore and note positioning context for unread dots.

This commit is contained in:
Karl Stolley 2023-10-25 10:40:09 -04:00 committed by Tim Abbott
parent b0d588bd98
commit 4fac53e35c

View File

@ -504,6 +504,8 @@ li.active-sub-filter {
/* Unset padding from individual top_left items */
padding: 0;
border-radius: 4px;
/* Set a positioning context for the unread dot. */
position: relative;
.unread_count {
position: absolute;