mirror of
https://git.notfire.cc/notfire/akkoma-fe.git
synced 2026-01-11 13:33:24 -08:00
disabled compact user card in mobile layout
This commit is contained in:
parent
85001814a2
commit
cf11b2523e
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ export default {
|
|||
},
|
||||
compactUserInfo () {
|
||||
return this.$store.getters.mergedConfig.compactUserInfo
|
||||
&& (this.$store.state.interface.layoutType !== 'mobile')
|
||||
},
|
||||
...mapGetters(['mergedConfig'])
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue