1
0
Fork 1
forked from fedi/mastodon

Increase the width of the unread notification border. (#21692)

The smaller border is difficult to see for some users, especially
when the browser window was thinner, and so the unread border is at the
very left edge of the window.
This commit is contained in:
Connor Shea 2022-12-15 08:37:07 -07:00 committed by talon
parent 7582479ae1
commit a5943cc95f

View file

@ -7666,7 +7666,7 @@ noscript {
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
border-left: 2px solid $highlight-text-color; border-left: 4px solid $highlight-text-color;
pointer-events: none; pointer-events: none;
} }
} }