From 3e9cf314fb7587e7f9d3230728d3c5608587e6df Mon Sep 17 00:00:00 2001 From: elweyn Date: Thu, 27 Jun 2024 14:49:55 +0200 Subject: [PATCH] Fix linting --- frontend/src/components/menu/BottomMenu.vue | 6 +++++- .../vuetify/Organisms/ListWithNavigationDrawer.vue | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/menu/BottomMenu.vue b/frontend/src/components/menu/BottomMenu.vue index b54cc5737e..b8807605e6 100644 --- a/frontend/src/components/menu/BottomMenu.vue +++ b/frontend/src/components/menu/BottomMenu.vue @@ -53,16 +53,20 @@ const location = ref<'bottom' | 'right' | 'left' | 'end' | 'top' | 'start'>('bot transform: translateX(20px); } } + .create-button-mobile { - transform: translate(20px, 30px); z-index: 1; + transform: translate(20px, 30px); } + .navigation-drawer-box { bottom: 65px; } + .v-navigation-drawer { scrollbar-width: thin; } + .v-navigation-drawer__content { scrollbar-width: thin; } diff --git a/frontend/src/components/vuetify/Organisms/ListWithNavigationDrawer.vue b/frontend/src/components/vuetify/Organisms/ListWithNavigationDrawer.vue index b275e862c5..29a587928b 100644 --- a/frontend/src/components/vuetify/Organisms/ListWithNavigationDrawer.vue +++ b/frontend/src/components/vuetify/Organisms/ListWithNavigationDrawer.vue @@ -2,7 +2,6 @@