mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Adjust "mobile" size of widget
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user