diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2022-12-15 08:37:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-15 16:37:07 +0100 |
commit | 08c0e43b6fca879d7435f63b1b2c718a53c6cacc (patch) | |
tree | b6bcd65b8a97e5a5c6ae0067224467e56c797cc7 /app | |
parent | c50e9d078aa3c353afc140669f1cedcd354ee53e (diff) |
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.
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index f5d442a85..d03ab03c2 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -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; } } |