mirror of https://github.com/zulip/zulip.git
right-sidebar: Align group PM unread counts with user PM unread counts.
This commit is contained in:
parent
b4c977fc6b
commit
45293a18c6
|
@ -140,10 +140,10 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
margin-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user_sidebar_entry .count {
|
.user_sidebar_entry .count {
|
||||||
margin-right: 15px;
|
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue