Skip to content

Commit

Permalink
fix(header-search): vertically center button icons (#1850)
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym authored Nov 20, 2023
1 parent 6b80f10 commit d68dc18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/UIShell/HeaderSearch.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@
}
button {
display: flex;
align-items: center;
justify-content: center;
width: 3rem;
height: 100%;
padding: 0;
Expand Down

0 comments on commit d68dc18

Please sign in to comment.