From c875148229ec7fb3e4f73755a43e1a50e23a31bc Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Thu, 27 Oct 2022 08:56:49 +0200 Subject: [PATCH] Update webapp/layouts/default.vue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Wolfgang Huß --- webapp/layouts/default.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/layouts/default.vue b/webapp/layouts/default.vue index c8cc97afa..06c3315cd 100644 --- a/webapp/layouts/default.vue +++ b/webapp/layouts/default.vue @@ -32,7 +32,7 @@ export default { data() { return { windowWidth: null, - maxMobileWidth: 811, + maxMobileWidth: 810, } }, computed: {