mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Update webapp/layouts/default.vue
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
parent
15561cb94f
commit
ac8490eb95
@ -38,7 +38,7 @@ export default {
|
||||
computed: {
|
||||
showMobileMenu() {
|
||||
if (!this.windowWidth) return false
|
||||
return this.windowWidth < this.maxMobileWidth
|
||||
return this.windowWidth <= this.maxMobileWidth
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user