Allow column width configuration: allow stretching navbar with columns
This commit is contained in:
parent
258b5e6be2
commit
a29835375a
7 changed files with 46 additions and 8 deletions
|
|
@ -60,6 +60,13 @@ export default {
|
|||
'-' + this.layoutType
|
||||
]
|
||||
},
|
||||
navClasses () {
|
||||
const { navbarColumnStretch } = this.$store.getters.mergedConfig
|
||||
return [
|
||||
'-' + this.layoutType,
|
||||
...(navbarColumnStretch ? ['-column-stretch'] : [])
|
||||
]
|
||||
},
|
||||
currentUser () { return this.$store.state.users.currentUser },
|
||||
userBackground () { return this.currentUser.background_image },
|
||||
instanceBackground () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue