(arguably) improved layouting of user profile page #403

Open
Riedler wants to merge 14 commits from Riedler/akkoma-fe:user-profile-changes into develop
Showing only changes of commit cf11b2523e - Show all commits

View file

@ -119,6 +119,7 @@ export default {
},
compactUserInfo () {
return this.$store.getters.mergedConfig.compactUserInfo
&& (this.$store.state.interface.layoutType !== 'mobile')
},
...mapGetters(['mergedConfig'])
},