From fd4e0ea8e6eaa46f9dfa20d96fe1f4c6336d90f5 Mon Sep 17 00:00:00 2001 From: padreug Date: Thu, 31 Jul 2025 22:07:57 +0200 Subject: [PATCH] refactor: Improve layout and responsiveness of Navbar and App components - Update Navbar.vue to enhance spacing and responsiveness for logo and navigation items. - Adjust App.vue to ensure consistent padding and layout for the header and navigation. - Refine button sizes and text scaling for better usability across different screen sizes. --- src/App.vue | 3 +-- src/components/layout/Navbar.vue | 36 ++++++++++++++++---------------- 2 files changed, 19 insertions(+), 20 deletions(-) diff --git a/src/App.vue b/src/App.vue index 56cd297..4bbe64f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -31,8 +31,7 @@ onMounted(async () => { style="padding-top: env(safe-area-inset-top); padding-bottom: env(safe-area-inset-bottom)">
-