Set search bar input height

This commit is contained in:
2026-05-07 18:39:42 +02:00
parent 4edc240b10
commit ecc6598167
@@ -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 {