From 7a7f698b446e799bdb724129b2419d56f813068d Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Fri, 29 May 2026 18:13:39 +0200 Subject: [PATCH] Set navbar height to prevent layout shifting when the search bar is shown when the search results view is visible --- src/features/nav/components/Navbar.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/features/nav/components/Navbar.vue b/src/features/nav/components/Navbar.vue index 6428178..a5210e9 100644 --- a/src/features/nav/components/Navbar.vue +++ b/src/features/nav/components/Navbar.vue @@ -64,6 +64,7 @@ watch(() => route.query.q, q => { justify-content: space-between; align-items: center; padding: 10px 40px; + height: 42px; } .global-nav .right-links {