fix(header-search): vertically center button icons (#1850)

This commit is contained in:
metonym 2023-11-20 13:36:59 -08:00 committed by GitHub
commit d68dc18266
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -226,6 +226,9 @@
} }
button { button {
display: flex;
align-items: center;
justify-content: center;
width: 3rem; width: 3rem;
height: 100%; height: 100%;
padding: 0; padding: 0;