From e6290258993d625eee9946a736a204e21c63de3e Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev Date: Thu, 8 Jan 2026 10:00:59 +0700 Subject: [PATCH] Fix UI issues: 3 columns, SubNav label, back button, sticky map, hover flyTo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Homepage roles section now shows 3 columns on medium screens - SubNavigation catalog offers label changed to "Предложения" - Removed back button from catalog/offers page - ListMapLayout: sticky map with full height - ListMapLayout: hover on card flies to location on map --- app/components/layout/ListMapLayout.vue | 14 +++++++++++--- app/components/navigation/SubNavigation.vue | 2 +- app/pages/catalog/offers/index.vue | 8 -------- app/pages/clientarea/addresses/index.vue | 4 ++++ app/pages/clientarea/orders/index.vue | 4 ++++ app/pages/index.vue | 2 +- 6 files changed, 21 insertions(+), 13 deletions(-) diff --git a/app/components/layout/ListMapLayout.vue b/app/components/layout/ListMapLayout.vue index 85af462..d323cf7 100644 --- a/app/components/layout/ListMapLayout.vue +++ b/app/components/layout/ListMapLayout.vue @@ -1,14 +1,14 @@