From ee694d62eb34b825bccf4d0a6cbb299c6bde2a6e Mon Sep 17 00:00:00 2001 From: taehoon Date: Sun, 3 Feb 2019 15:32:24 -0500 Subject: Fix fixed background issue --- src/App.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/App.js') diff --git a/src/App.js b/src/App.js index 83a61d39..23f6cb78 100644 --- a/src/App.js +++ b/src/App.js @@ -66,9 +66,8 @@ export default { }) }, logo () { return this.$store.state.instance.logo }, - style () { + bgStyle () { return { - '--body-background-image': `url(${this.background})`, 'background-image': `url(${this.background})` } }, -- cgit v1.2.3-70-g09d2 From 0483f1d6365d8a2b4f847bdc412831b29e5541da Mon Sep 17 00:00:00 2001 From: taehoon Date: Sun, 3 Feb 2019 20:12:22 -0500 Subject: Revert a change which can break the theme preview --- src/App.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/App.js') diff --git a/src/App.js b/src/App.js index 23f6cb78..32589b64 100644 --- a/src/App.js +++ b/src/App.js @@ -68,6 +68,7 @@ export default { logo () { return this.$store.state.instance.logo }, bgStyle () { return { + '--body-background-image': `url(${this.background})`, 'background-image': `url(${this.background})` } }, -- cgit v1.2.3-70-g09d2