Cleanup and remove divider element in side drawer
This commit is contained in:
parent
650655709d
commit
747e4090ca
3 changed files with 23 additions and 24 deletions
|
@ -70,9 +70,6 @@ export default {
|
|||
'background-image': `url(${this.background})`
|
||||
}
|
||||
},
|
||||
mobileShowOnlyIn () {
|
||||
return view => ({ 'mobile-hidden': this.mobileActivePanel !== view })
|
||||
},
|
||||
sitename () { return this.$store.state.instance.name },
|
||||
chat () { return this.$store.state.chat.channel.state === 'joined' },
|
||||
suggestionsEnabled () { return this.$store.state.instance.suggestionsEnabled },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue