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 () {