Merge pull request #273 from dillonzq/fix/search_icon_position_safari

This commit is contained in:
Dillon 2020-04-28 13:45:45 +08:00 committed by GitHub
commit 32ebddb95f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 3 deletions

View file

@ -281,6 +281,10 @@ header {
}
}
.search-button {
top: 0;
}
.search-cancel {
display: none;
margin-left: .75rem;