diff --git a/resources/assets/js/App.vue b/resources/assets/js/App.vue index c2673f143..8fbe870f5 100755 --- a/resources/assets/js/App.vue +++ b/resources/assets/js/App.vue @@ -225,8 +225,8 @@ export default { windowSizeListener() { this.$store.state.windowWidth = $A(window).width() this.$store.state.windowHeight = $A(window).height() - this.$store.state.windowLarge = this.$store.state.windowWidth > 768 - this.$store.state.windowSmall = this.$store.state.windowWidth <= 768 + this.$store.state.windowLarge = this.$store.state.windowWidth > 834 + this.$store.state.windowSmall = this.$store.state.windowWidth <= 834 this.$store.state.formLabelPosition = this.$store.state.windowWidth > 576 ? 'right' : 'top' this.$store.state.formLabelWidth = this.$store.state.windowWidth > 576 ? 'auto' : '' }, diff --git a/resources/assets/js/components/ResizeLine.vue b/resources/assets/js/components/ResizeLine.vue index 4ae1e61f0..220ea75f6 100644 --- a/resources/assets/js/components/ResizeLine.vue +++ b/resources/assets/js/components/ResizeLine.vue @@ -4,7 +4,7 @@