From 99f4d420a51fdd71be9248dd96e2628667257ac3 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Wed, 6 Sep 2017 15:40:17 -0700 Subject: [PATCH] Reduce the font size for search. Until we get search bubbles, the search text is kind of a distracting detail for most users. This just makes the height 2px smaller for now. This will also make more text show up on mobile web. --- 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 62c6900ce4..a8445a021f 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -1783,7 +1783,7 @@ nav a .no-style { #search_query { width: 100%; - font-size: 18px; + font-size: 16px; height: 40px; padding: 0px; color: hsl(0, 0%, 13%);