mirror of https://github.com/zulip/zulip.git
left-sidebar: Leave space below link for it to be visible.
Add a margin below the subscription link for it to be visible when we hover over links, where the browser will display the URL in the bottom-left corner of the screen.
This commit is contained in:
parent
2281adc101
commit
e11c495dff
|
@ -155,8 +155,6 @@ li.show-more-topics {
|
|||
}
|
||||
|
||||
.narrows_panel {
|
||||
margin-bottom: 4px;
|
||||
|
||||
li a {
|
||||
margin-top: 1px;
|
||||
|
||||
|
@ -196,6 +194,7 @@ li.show-more-topics {
|
|||
#add-stream-link {
|
||||
text-decoration: none;
|
||||
margin: 5px auto 5.5px 10px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
i {
|
||||
min-width: 19px;
|
||||
|
@ -539,7 +538,6 @@ li.expanded_private_message {
|
|||
margin-right: 12px;
|
||||
padding-left: $far_left_gutter_size;
|
||||
cursor: pointer;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.stream-list-filter {
|
||||
|
|
Loading…
Reference in New Issue