Merge branch 'froth' of git.freecumextremist.com:NotSam/pleroma-fe into froth
This commit is contained in:
commit
56f0c66f78
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue