mirror of https://github.com/zulip/zulip.git
recent_conversations: Prevent DM label, icon collision.
This commit is contained in:
parent
b57f4c05da
commit
c1207c73f2
|
@ -415,6 +415,10 @@
|
||||||
the left of the filter icon. */
|
the left of the filter icon. */
|
||||||
gap: 7px;
|
gap: 7px;
|
||||||
place-content: center center;
|
place-content: center center;
|
||||||
|
/* Visually match the 8px of padding around the
|
||||||
|
filter icon, and keep DM icons from colliding
|
||||||
|
with the "Direct messages" text. */
|
||||||
|
margin-right: 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
& a {
|
& a {
|
||||||
|
|
Loading…
Reference in New Issue