From 70c19a70b26ba30dfa6d41fa3a3fece0dca3241f Mon Sep 17 00:00:00 2001 From: upsiflu Date: Thu, 27 Mar 2025 00:05:53 +0100 Subject: [PATCH] fix(front): sidebar collapsing (mobile) --- front/src/App.vue | 1 - front/src/style/globals/_layout.scss | 1 - front/src/ui/components/Sidebar.vue | 10 ++++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/front/src/App.vue b/front/src/App.vue index 6cc415436..3822ccf26 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -119,7 +119,6 @@ store.dispatch('auth/fetchUser')