Skip to content

Commit

Permalink
Increase the width of the unread notification border. (mastodon#21692)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
connorshea authored and neatchee committed Dec 16, 2022
1 parent 2adf899 commit ff09047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7666,7 +7666,7 @@ noscript {
left: 0;
width: 100%;
height: 100%;
border-left: 2px solid $highlight-text-color;
border-left: 4px solid $highlight-text-color;
pointer-events: none;
}
}
Expand Down

0 comments on commit ff09047

Please sign in to comment.