diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-02-12 15:25:18 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-02-12 15:25:18 +0000 |
| commit | 6d8862dc9a587ab7096db6e4952070441ed9cf07 (patch) | |
| tree | 676bede90ebf44f3fa539d733148de375900b08b /src/App.js | |
| parent | 25cfb04873b4d5f849afa007c5d4dc2844bff79b (diff) | |
| parent | 0483f1d6365d8a2b4f847bdc412831b29e5541da (diff) | |
Merge branch '300-fixed-background-issue' into 'develop'
Fix fixed background issue
Closes #300
See merge request pleroma/pleroma-fe!518
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 2 |
1 files changed, 1 insertions, 1 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})` |
