From fb637e20ed8fb88cc32a20217097f47f3ac00e4c Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 15 Apr 2021 22:00:46 -0700 Subject: [PATCH] Slap the custom css into a style tag. Closes #718 --- webroot/js/app.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webroot/js/app.js b/webroot/js/app.js index 3aaeaed68..b4ac9749f 100644 --- a/webroot/js/app.js +++ b/webroot/js/app.js @@ -508,6 +508,7 @@ export default class App extends Component { extraPageContent, chatDisabled, externalActions, + customStyles, } = configData; const bgUserLogo = { backgroundImage: `url(${logo})` }; @@ -573,6 +574,8 @@ export default class App extends Component { id="app-container" class="flex w-full flex-col justify-start relative ${extraAppClasses}" > + +