Merge branch '300-fixed-background-issue' into 'develop'
Fix fixed background issue Closes #300 See merge request pleroma/pleroma-fe!518
This commit is contained in:
commit
6d8862dc9a
3 changed files with 13 additions and 6 deletions
|
@ -66,7 +66,7 @@ export default {
|
|||
})
|
||||
},
|
||||
logo () { return this.$store.state.instance.logo },
|
||||
style () {
|
||||
bgStyle () {
|
||||
return {
|
||||
'--body-background-image': `url(${this.background})`,
|
||||
'background-image': `url(${this.background})`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue