From ed62ecaccb0b3f91b92cb4321310d5059f7f67aa Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 9 Sep 2020 09:22:06 +0200 Subject: [PATCH] Adjust "mobile" size of widget --- src/pretix/static/pretixpresale/js/widget/widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/static/pretixpresale/js/widget/widget.js b/src/pretix/static/pretixpresale/js/widget/widget.js index 4b26aa0fea..0333ab92e1 100644 --- a/src/pretix/static/pretixpresale/js/widget/widget.js +++ b/src/pretix/static/pretixpresale/js/widget/widget.js @@ -1225,7 +1225,7 @@ Vue.component('pretix-widget', { data: shared_widget_data, methods: shared_methods, mounted: function () { - this.mobile = this.$refs.wrapper.clientWidth <= 800; + this.mobile = this.$refs.wrapper.clientWidth <= 600; }, computed: { classObject: function () {