From 196a5e206823c0b7a968af67ec7e4eac9140c49d Mon Sep 17 00:00:00 2001 From: aserrador Date: Thu, 28 May 2026 22:57:21 -0500 Subject: [PATCH] fix: resolve mobile layout issues and redesign catalog header - Add 'app' prop to NavBar for proper Vuetify layout integration - Fix mobile z-index: page-header now compensates for NavBar height (64px) - Fix cart visibility: position cart above footer instead of hidden underneath - Redesign header: white background with subtle shadow instead of blue gradient - Expand catalog layout: increase catalog width (md=10 lg=9) for better content space - Optimize mobile search: expand search field to full width, hide title on mobile - Adjust mobile padding: increase to 100px to account for footer + collapsed cart --- src/components/NavBar.vue | 2 +- src/pages/catalog.vue | 45 ++++++++++++++++++++++----------------- 2 files changed, 27 insertions(+), 20 deletions(-) diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index e0fa551..4551b48 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -1,5 +1,5 @@