mirror of https://github.com/zulip/zulip.git
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.
This commit is contained in:
parent
8e2d9b8f68
commit
99f4d420a5
|
@ -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%);
|
||||
|
|
Loading…
Reference in New Issue