mirror of https://github.com/zulip/zulip.git
left-sidebar: Move "< All Streams" right ten pixels.
This moves the chevron arrow and the "All Streams" text over 10px so that it will be inline with the hashes below and not be up against the edge of the screen in some collapsed modes.
This commit is contained in:
parent
55bc9e3f76
commit
d92a98be38
|
@ -418,7 +418,7 @@ li.expanded_private_message a {
|
||||||
}
|
}
|
||||||
|
|
||||||
#topics_header a i {
|
#topics_header a i {
|
||||||
margin-right: 5px;
|
margin: 0 5px 0 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue