fix: search box is misaligned when the browser preferred font size is other than 16px (#1613)

This commit is contained in:
niubility000 2021-10-20 00:34:17 +08:00 committed by GitHub
parent ddd4ffa4ca
commit 6f345be3e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,8 @@ header .menu-button {
#search #input {
background-color: #f5f5f5;
display: flex;
padding: 0.75em;
height: 100%;
padding: 0em 0.75em;
border-radius: 0.3em;
transition: .1s ease all;
align-items: center;