Merge branch 'froth' of git.freecumextremist.com:NotSam/pleroma-fe into froth

This commit is contained in:
Sam Therapy 2021-11-23 07:53:51 -06:00
commit 56f0c66f78
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

View file

@ -91,7 +91,7 @@ export default {
},
fullscreenView () {
return {
'max-width': this.$store.getters.mergedConfig.fullscreenView ? 'initial' : null
'max-width': this.$store.getters.mergedConfig.fullscreenView ? 'initial' : '100em'
}
},
thirdColumnAlign () {