Fix search bar input field height #36 #38

Merged
jakob.scheid merged 5 commits from bugfix/searchbar-input-field-height into main 2026-05-07 21:11:28 +02:00
Showing only changes of commit ecc6598167 - Show all commits
@@ -26,6 +26,7 @@
width: 100%; width: 100%;
font-size: 1rem; font-size: 1rem;
background: transparent; background: transparent;
height: calc(var(--content-height) + 2 * var(--submit-button-padding-y));
} }
.search-button { .search-button {