right_sidebar: Suppress empty circle over user avatars.

This commit is contained in:
Karl Stolley 2024-11-20 14:57:45 -06:00 committed by Tim Abbott
parent 60ce314c87
commit 4e6d098cda
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ $user_status_emoji_width: 24px;
}
&.user_circle_empty {
background-color: var(--color-background);
display: none;
}
}