From 8f95ed1611d4a2ee748f4dc0efaa6da1cefb7cec Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Thu, 3 Oct 2024 17:32:10 -0400 Subject: [PATCH] left_sidebar: Display vdots on expanded channel. --- web/styles/left_sidebar.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/styles/left_sidebar.css b/web/styles/left_sidebar.css index e1fa9e5adf..cb9e15e3b8 100644 --- a/web/styles/left_sidebar.css +++ b/web/styles/left_sidebar.css @@ -127,6 +127,11 @@ display: flex; } + .subscription_block .sidebar-menu-icon { + display: flex; + color: var(--color-vdots-visible); + } + .stream-with-count.hide_unread_counts { .masked_unread_count { display: none;