fix(header-search): vertically center button icons

This commit is contained in:
Eric Liu 2023-11-20 13:30:41 -08:00
commit 65ddf1e062

View file

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