From df903f2663ced6d2b5d83ef615c6c9a3f8469171 Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Wed, 17 Aug 2022 15:59:01 +0200 Subject: [PATCH] Add back link, remove unused code, fix mobile menu margins --- client/src/components/MobileMenu.vue | 30 +++++++++++-------- .../src/components/ui/ItFullScreenModal.vue | 2 +- client/src/views/CircleView.vue | 10 ++++++- server/vbv_lernwelt/sso/client.py | 11 ------- 4 files changed, 27 insertions(+), 26 deletions(-) diff --git a/client/src/components/MobileMenu.vue b/client/src/components/MobileMenu.vue index 93312cf1..210cff55 100644 --- a/client/src/components/MobileMenu.vue +++ b/client/src/components/MobileMenu.vue @@ -29,19 +29,23 @@ const clickLink = (to: string) => { >
-
-
- -
-
-

{{user.first_name}} {{user.last_name}}

- +
+
+
+ +
+
+

{{user.first_name}} {{user.last_name}}

+ +
diff --git a/client/src/components/ui/ItFullScreenModal.vue b/client/src/components/ui/ItFullScreenModal.vue index 3aec3ba2..8bed583b 100644 --- a/client/src/components/ui/ItFullScreenModal.vue +++ b/client/src/components/ui/ItFullScreenModal.vue @@ -33,7 +33,7 @@ const closeModal = () => {
+ class="px-4 py-16 lg:px-16 lg:py-24 fixed top-0 overflow-y-scroll bg-white h-full w-full">