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 a2268ea275 - Show all commits
+5 -1
View File
@@ -48,7 +48,7 @@ const submitSearch = function () {
required
/>
<button type="submit" class="search-button">
<Icon name="magnifying-glass" size="1.1em" />
<Icon class="search-icon" name="magnifying-glass" size="1.1em" />
</button>
</div>
</form>
@@ -96,6 +96,10 @@ const submitSearch = function () {
align-items: center;
}
.search-button .search-icon {
filter: invert(1);
}
.search-button:hover {
background: var(--primary-color-l-1);
}