mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
sidebars: Add a bit of margin above sidebar links.
This avoids slightly glitchy looking behavior in certain scroll positions where there just isn't enough space above link to make it look like it's top of the other element.
This commit is contained in:
@@ -181,6 +181,7 @@ li.show-more-topics {
|
||||
#add-stream-link {
|
||||
text-decoration: none;
|
||||
margin-left: 10px;
|
||||
margin-top: 5px;
|
||||
i {
|
||||
min-width: 19px;
|
||||
text-align: center;
|
||||
|
@@ -202,6 +202,7 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
/* This max-width must be synced with message_viewport.is_narrow */
|
||||
|
Reference in New Issue
Block a user