From 0f306a770580a9549360dc28450dfc9af7c9b9d1 Mon Sep 17 00:00:00 2001 From: adroslice Date: Sun, 12 Mar 2023 20:19:59 +0100 Subject: [PATCH] Feat mobile nav (#4) * Fixed displaying columns that arent defined (#2) * Reworked layout for mobile support --- client/src/App.vue | 93 ++++++++++++++++++------ client/src/components/NiceTable.vue | 2 +- client/src/global-styles/transitions.css | 2 +- 3 files changed, 74 insertions(+), 23 deletions(-) diff --git a/client/src/App.vue b/client/src/App.vue index 53c4243..55ca496 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,10 +1,11 @@