mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
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:
parent
93696729c6
commit
7544d0eb11
@ -125,6 +125,10 @@ li.show-more-topics a {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#stream-filters-container .simplebar-content {
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
#private-container {
|
||||
max-height: 200px;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user