recent_conversations: Prevent DM label, icon collision.

This commit is contained in:
Karl Stolley 2024-10-15 12:46:06 -05:00 committed by Tim Abbott
parent b57f4c05da
commit c1207c73f2
1 changed files with 4 additions and 0 deletions

View File

@ -415,6 +415,10 @@
the left of the filter icon. */
gap: 7px;
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 {