From 4aaec5465a4a9495e3415f9acf843bdb41e9f08a Mon Sep 17 00:00:00 2001 From: Gabriel Vitali Date: Mon, 28 Oct 2024 23:18:22 +0100 Subject: [PATCH] #14 Making screen more compatible for mobile screens - Added media query support for not splitting the screen in half vertically always, when it's open in a smaller screen, it should allow a better usage of the portrait screen format - NavigationBarRouterLink now supports "preselected" state, it will indicate what page is currently being shown for the user --- src/App.vue | 6 +++--- src/components/NavigationBarRouterLink.vue | 17 +++++++++++++---- src/router.ts | 10 +++++----- 3 files changed, 21 insertions(+), 12 deletions(-) diff --git a/src/App.vue b/src/App.vue index 6aacc7d..678cc0b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,9 +1,9 @@