diff --git a/static/styles/left-sidebar.scss b/static/styles/left-sidebar.scss index 6a1ac00a30..d275cc1960 100644 --- a/static/styles/left-sidebar.scss +++ b/static/styles/left-sidebar.scss @@ -84,7 +84,7 @@ li.show-more-topics a { overflow: visible; /* The -1px here prevents the scrollbar from going above the top of the container */ margin-top: -1px; - margin-bottom: 18px; + margin-bottom: 10px; padding: 0; font-weight: normal; } @@ -140,6 +140,15 @@ li.show-more-topics a { background-color: hsl(120, 11%, 82%); } +#add-stream-link { + text-decoration: none; + margin-left: 10px; +} + +#add-stream-link i { + margin-right: 5px; +} + ul.filters { list-style-type: none; margin-left: 0px; diff --git a/templates/zerver/app/left_sidebar.html b/templates/zerver/app/left_sidebar.html index f2028063e9..eef11b2517 100644 --- a/templates/zerver/app/left_sidebar.html +++ b/templates/zerver/app/left_sidebar.html @@ -71,6 +71,9 @@