fix(css): search box height issue on chrome 71 (#721)

This commit is contained in:
iMaeGoo 2020-05-08 11:46:58 +08:00 committed by GitHub
parent 4d65dd1385
commit 1b2c8a8049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ $searchbox-bg-pagination-item-disabled ?= $searchbox-bg-container
line-height: 1.5em
font-weight: normal
background-color: $searchbox-bg-input
// fix Chrome 71 height issue
// https://github.com/ppoffice/hexo-theme-icarus/issues/719
min-height: 3rem
.searchbox-input-container
display: flex