From d9edcbfd462e0e189d18e612cbd57d0b483f0e45 Mon Sep 17 00:00:00 2001 From: Alexandra Ciobica Date: Sat, 13 Apr 2019 20:07:10 +0200 Subject: [PATCH] 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. --- static/styles/left-sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/left-sidebar.scss b/static/styles/left-sidebar.scss index 7f4c1c134e..05676fb489 100644 --- a/static/styles/left-sidebar.scss +++ b/static/styles/left-sidebar.scss @@ -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; }