Adjust "mobile" size of widget

This commit is contained in:
Raphael Michel
2020-09-09 09:22:06 +02:00
parent 5c3ef3f2b9
commit ed62ecaccb

View File

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