Set navbar height to prevent layout shifting when the search bar is shown when the search results view is visible

This commit is contained in:
2026-05-29 18:13:39 +02:00
parent 2fd010ddfa
commit 7a7f698b44
+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 {