summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2022-12-15 08:37:07 -0700
committerGitHub <noreply@github.com>2022-12-15 16:37:07 +0100
commit08c0e43b6fca879d7435f63b1b2c718a53c6cacc (patch)
treeb6bcd65b8a97e5a5c6ae0067224467e56c797cc7
parentc50e9d078aa3c353afc140669f1cedcd354ee53e (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.
-rw-r--r--app/javascript/styles/mastodon/components.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index f5d442a858d..d03ab03c23e 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;
}
}