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.
This commit is contained in:
Karl Stolley 2023-09-28 09:33:25 -05:00 committed by Tim Abbott
parent 71b915e09d
commit 938b4f012a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ $before_unread_count_padding: 3px;
}
}
.stream-privacy {
#streams_list .stream-privacy {
height: 16px;
font-weight: 700;
text-align: center;