diff --git a/webapp/layouts/default.vue b/webapp/layouts/default.vue index e7095d8b6..d0d12dd6b 100644 --- a/webapp/layouts/default.vue +++ b/webapp/layouts/default.vue @@ -270,7 +270,7 @@ export default { }, showMobileMenu() { if (!this.windowWidth) return false - return this.windowWidth < 810 + return this.windowWidth < 811 }, }, methods: {