From 7544d0eb11cef6d895f096bbd60bee723bcc429e Mon Sep 17 00:00:00 2001 From: Alexandra Ciobica Date: Wed, 12 Jun 2019 16:44:06 +0200 Subject: [PATCH] css: Add space below `Add streams button`. This ensures the browser's showing the link feature doesn't occlude this button. Fixes: #12519. --- static/styles/left-sidebar.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/styles/left-sidebar.scss b/static/styles/left-sidebar.scss index 11c090f8b7..215d18b594 100644 --- a/static/styles/left-sidebar.scss +++ b/static/styles/left-sidebar.scss @@ -125,6 +125,10 @@ li.show-more-topics a { width: 100%; } +#stream-filters-container .simplebar-content { + margin-bottom: 18px; +} + #private-container { max-height: 200px; }