Merge pull request #67 from koirand/fix-searchbox-style

Fix a bug that search box does not scale to 100% on firefox
This commit is contained in:
Kazuki Koide 2020-01-13 21:08:28 -08:00 committed by GitHub
commit 6c75ac5f99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,6 +93,7 @@ nav li {
#searchBox #searchBoxInput {
position: absolute;
width: 100%;
height: 100%;
padding: 0 35px 0 15px;
top: 0;
left: 0;