Managed to move css injection to a link tag by moving the link tag inside the div.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
data-controller="__plugin/home.js">
|
||||
<div data-role="content">
|
||||
<div class="content-primary">
|
||||
<link rel="stylesheet" href="/web/configurationpage?name=home.css" />
|
||||
<div id="loading">Loading...</div>
|
||||
<div id="homepage" style="visibility: hidden;">
|
||||
<button class="links" data-target="configurationpage?name=Settings">Settings</button>
|
||||
|
||||
Reference in New Issue
Block a user