From 8145dc95907e64ada4712e478266c76a9804f8f4 Mon Sep 17 00:00:00 2001 From: Dorian Date: Thu, 12 Feb 2026 12:46:58 +0000 Subject: [PATCH] Fix algo filters showing both inline and dropdown at once - Wrap inline algo buttons in a hidden/flex container so the parent div controls visibility instead of per-button classes (scoped .nav-button display:inline-block was overriding Tailwind's hidden class) - Add flex-shrink-0 to logo link so it never gets squeezed out on narrower desktop screens - Reduce logo-to-nav gap on md screens (gap-4) to prevent overflow, widen to gap-10 at lg+ Co-authored-by: Cursor --- src/components/AppHeader.vue | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/src/components/AppHeader.vue b/src/components/AppHeader.vue index 3c7d996..9e2d2f9 100644 --- a/src/components/AppHeader.vue +++ b/src/components/AppHeader.vue @@ -3,8 +3,8 @@
-
- +
+ IndeeHub @@ -14,18 +14,19 @@ - + -
+