mirror of https://github.com/zulip/zulip.git
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:
parent
71b915e09d
commit
938b4f012a
|
@ -26,7 +26,7 @@ $before_unread_count_padding: 3px;
|
|||
}
|
||||
}
|
||||
|
||||
.stream-privacy {
|
||||
#streams_list .stream-privacy {
|
||||
height: 16px;
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in New Issue