diff --git a/src/components/DrawerComponent.vue b/src/components/DrawerComponent.vue index c2fc460a..bdafc8ca 100644 --- a/src/components/DrawerComponent.vue +++ b/src/components/DrawerComponent.vue @@ -94,7 +94,7 @@ function navigateTo(label: string, destination: string) { v-model="leftDrawerOpen" side="left" :breakpoint="599" - :width="$q.screen.lt.md ? 200 : 256" + :width="$q.screen.lt.sm ? $q.screen.width - 16 : 256" >