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 7a7f698b44 - Show all commits
+1
View File
@@ -64,6 +64,7 @@ watch(() => route.query.q, q => {
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 10px 40px; padding: 10px 40px;
height: 42px;
} }
.global-nav .right-links { .global-nav .right-links {