css: Center vertically the global-filters and streams arrows.

Decreased the top with 1px because it was not vertically aligned with respect to the text.
This commit is contained in:
Alexandra Ciobica
2019-04-13 20:07:10 +02:00
committed by Tim Abbott
parent 97b9755484
commit d9edcbfd46

View File

@@ -308,7 +308,7 @@ li.top_left_starred_messages {
.all-messages-arrow,
.starred-messages-sidebar-arrow,
.stream-sidebar-arrow {
top: 2px;
top: 1px;
right: 10px;
font-size: 0.8em;
}