diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2022-12-15 08:37:07 -0700 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-12-15 20:58:22 +0100 |
commit | e76fb9b2c46db07d830e2fa2c0282e5f1f087434 (patch) | |
tree | 3535322aca64d66adb8c23a915989135073971e3 | |
parent | b22da94a65fcdafe8df13fcb2bf6c88a139785c6 (diff) |
[Glitch] Increase the width of the unread notification border.
Port 08c0e43b6fca879d7435f63b1b2c718a53c6cacc to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/status.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss index 7cc6f5386..39184ba7a 100644 --- a/app/javascript/flavours/glitch/styles/components/status.scss +++ b/app/javascript/flavours/glitch/styles/components/status.scss @@ -1067,7 +1067,7 @@ a.status-card.compact:hover { pointer-events: 0; width: 100%; height: 100%; - border-left: 2px solid $highlight-text-color; + border-left: 4px solid $highlight-text-color; pointer-events: none; } } |