Move the search bar in the search results view into the navigation bar #82

Merged
jakob.scheid merged 10 commits from chore/searchbar into main 2026-05-29 18:30:06 +02:00
Showing only changes of commit 295bfc19e6 - Show all commits
+1 -1
View File
@@ -63,7 +63,7 @@ watch(() => route.query.q, q => {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 40px;
padding: 18px 40px;
height: 42px;
}