Skip to content

Commit

Permalink
fix(css): search box height issue on chrome 71 (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
imaegoo authored May 8, 2020
1 parent 4d65dd1 commit 1b2c8a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/style/search.styl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b2c8a8

Please sign in to comment.