diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 29c11ad112..5847713a60 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -3178,6 +3178,10 @@ li.expanded_private_message { margin-right: 10px; } +.sidebar-items:first-of-type #userlist-header { + border-top: none; +} + #streams_header { margin-right: 0px; padding-left: 10px; diff --git a/templates/zerver/right-sidebar.html b/templates/zerver/right-sidebar.html index 1726d72973..a141150cda 100644 --- a/templates/zerver/right-sidebar.html +++ b/templates/zerver/right-sidebar.html @@ -1,4 +1,5 @@