diff --git a/web/styles/left_sidebar.css b/web/styles/left_sidebar.css index f58793cad8..828fce4c2c 100644 --- a/web/styles/left_sidebar.css +++ b/web/styles/left_sidebar.css @@ -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;