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:
Tim Abbott
2021-04-30 16:06:39 -07:00
parent 3e8ec76aa0
commit 01245c86b3
2 changed files with 2 additions and 0 deletions

View File

@@ -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;

View File

@@ -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 */