mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
left_sidebar: Correct vertical alignment on 'more conversations.'
This commit is contained in:
@@ -305,6 +305,10 @@ li.show-more-topics {
|
|||||||
|
|
||||||
& li#show-more-direct-messages {
|
& li#show-more-direct-messages {
|
||||||
cursor: pointer;
|
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 {
|
& a {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|||||||
Reference in New Issue
Block a user