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
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;