navbar: Fix search input margin.

The commit fixes the spacing between the search icon and the input
field by adding `margin-left` to the search input field. The following
issue is only visible in dark mode as the nav and search input have
different background color while normal theme uses same background color
for nav and search input.
This commit is contained in:
majordwarf 2020-06-03 20:41:33 +05:30 committed by Tim Abbott
parent 569731da50
commit 29b8e11e20
1 changed files with 1 additions and 0 deletions

View File

@ -1646,6 +1646,7 @@ div.focused_table {
font-family: 'Source Sans Pro';
font-weight: 300;
line-height: $header_height;
margin-left: 10px;
}
#search_arrows:focus {