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:
Brock Whittaker 2017-09-27 09:23:30 -07:00 committed by Tim Abbott
parent 55bc9e3f76
commit d92a98be38
1 changed files with 1 additions and 1 deletions

View File

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