css: Add space below Add streams button.

This ensures the browser's showing the link feature doesn't occlude
this button.

Fixes: #12519.
This commit is contained in:
Alexandra Ciobica
2019-06-12 16:44:06 +02:00
committed by Tim Abbott
parent 93696729c6
commit 7544d0eb11

View File

@@ -125,6 +125,10 @@ li.show-more-topics a {
width: 100%;
}
#stream-filters-container .simplebar-content {
margin-bottom: 18px;
}
#private-container {
max-height: 200px;
}