left_sidebar: Correct vertical alignment on 'more conversations.'

This commit is contained in:
Karl Stolley
2024-05-03 15:55:44 -05:00
committed by Tim Abbott
parent dc216090d2
commit 2f4988c67c

View File

@@ -305,6 +305,10 @@ li.show-more-topics {
& li#show-more-direct-messages {
cursor: pointer;
/* The 'more conversations' line has no icons,
so vertically align the text with the unread
count, when one appears there. */
align-items: baseline;
& a {
font-size: 12px;