From 4e6d098cda9476d4b8c748320664704276213fda Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Wed, 20 Nov 2024 14:57:45 -0600 Subject: [PATCH] right_sidebar: Suppress empty circle over user avatars. --- web/styles/right_sidebar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/styles/right_sidebar.css b/web/styles/right_sidebar.css index efca2cb19e..a8b0db64ea 100644 --- a/web/styles/right_sidebar.css +++ b/web/styles/right_sidebar.css @@ -188,7 +188,7 @@ $user_status_emoji_width: 24px; } &.user_circle_empty { - background-color: var(--color-background); + display: none; } }