mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
change pixel mobile menu show by under 811px
This commit is contained in:
parent
23dbab9427
commit
1406361cf0
@ -270,7 +270,7 @@ export default {
|
||||
},
|
||||
showMobileMenu() {
|
||||
if (!this.windowWidth) return false
|
||||
return this.windowWidth < 810
|
||||
return this.windowWidth < 811
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user