mirror of https://github.com/zulip/zulip.git
left_sidebar: Display vdots on expanded channel.
This commit is contained in:
parent
ff7d49923b
commit
8f95ed1611
|
@ -127,6 +127,11 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.subscription_block .sidebar-menu-icon {
|
||||||
|
display: flex;
|
||||||
|
color: var(--color-vdots-visible);
|
||||||
|
}
|
||||||
|
|
||||||
.stream-with-count.hide_unread_counts {
|
.stream-with-count.hide_unread_counts {
|
||||||
.masked_unread_count {
|
.masked_unread_count {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue