From a8612c20b5dcab750eaf57b2876c26d08faee2c4 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Thu, 22 Jan 2026 11:49:21 +0700 Subject: [PATCH] Fix header: remove selectMode indicator, align logo and icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove 'Товар:' badge during selection - tags appear only after selection - Align logo and icons vertically with input (h-12) - Simplify search input styling --- app/components/navigation/MainNavigation.vue | 131 ++++++++----------- 1 file changed, 56 insertions(+), 75 deletions(-) diff --git a/app/components/navigation/MainNavigation.vue b/app/components/navigation/MainNavigation.vue index 987aa01..3193bda 100644 --- a/app/components/navigation/MainNavigation.vue +++ b/app/components/navigation/MainNavigation.vue @@ -1,93 +1,74 @@