Managed to move css injection to a link tag by moving the link tag inside the div.

This commit is contained in:
2026-01-28 08:04:34 -07:00
parent 984db9e089
commit 1a4d1145b3
2 changed files with 1 additions and 14 deletions

View File

@@ -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>