From 938b4f012a5aa720695d444139a82367156f9d4d Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Thu, 28 Sep 2023 09:33:25 -0500 Subject: [PATCH] left_sidebar: Limit privacy icon styles to streams list. This fixes a regression introduced in #26807, where a padding adjustment spilled over to the privacy icon display in message headers. This fix should prevent future spillover by isolating left-sidebar stream icon styles to just the streams list. --- web/styles/left_sidebar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/styles/left_sidebar.css b/web/styles/left_sidebar.css index 5d681092c6..54192d5ec0 100644 --- a/web/styles/left_sidebar.css +++ b/web/styles/left_sidebar.css @@ -26,7 +26,7 @@ $before_unread_count_padding: 3px; } } -.stream-privacy { +#streams_list .stream-privacy { height: 16px; font-weight: 700; text-align: center;