Merge master

This commit is contained in:
advplyr 2022-02-12 11:58:06 -06:00
commit b212f1d5bb
9 changed files with 84 additions and 27 deletions

View file

@ -13,7 +13,7 @@ export const getters = {}
export const mutations = {
updateWindowSize(state, { width, height }) {
state.isMobile = width < 768 || height < 768
state.isMobile = width < 640 || height < 640
state.isMobileLandscape = state.isMobile && height > width
},
setShowUserCollectionsModal(state, val) {