Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
fix(search): search icons position error on Safari Mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonzq committed Apr 28, 2020
1 parent 2ccba79 commit e4d9796
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions assets/css/_partial/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,10 @@ header {
}
}

.search-button {
top: 0;
}

.search-cancel {
display: none;
margin-left: .75rem;
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit e4d9796

Please sign in to comment.