Make the search bar on the start page fully wide on small screens #94

Merged
jakob.scheid merged 8 commits from feature/fully-wide-search-bar-on-startpage-on-small-screens into main 2026-06-01 15:00:41 +02:00
Showing only changes of commit c98e8d1f96 - Show all commits
+5 -1
View File
@@ -47,7 +47,11 @@ const submitSearch = function () {
:placeholder="t('search.searchBar.placeholder')"
required
/>
<button type="submit" class="search-button">
<button
type="submit"
class="search-button"
:title="t('search.searchBar.submit')"
>
<Icon class="search-icon" name="magnifying-glass" size="1.1em" />
</button>
</div>