Update condition for when sidebar is mobile
This commit is contained in:
@@ -214,7 +214,7 @@ export default {
|
||||
},
|
||||
|
||||
isMobile () {
|
||||
return window.innerWidth < 576
|
||||
return window.innerWidth < 1024 || /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user