From ae4c3873af23a9c02699dcc5b755cc97240a06e4 Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Wed, 20 Sep 2017 11:05:29 -0700 Subject: [PATCH] navbar: Re-center home icon within
  • tab. The home icon was too far to the right and did not have equal padding within the
  • tab so this makes the padding an equal 10px on the left and right and none on the top and bottom. --- static/styles/zulip.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 8b4ca95182..a1cb40213b 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -1592,7 +1592,7 @@ blockquote p { } #tab_list li.active.root { - padding-left: 10px; + padding: 0px 10px; } #tab_list li.private_message {