mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
Allow inject_css_into_tab to create more than just a single css rule
This commit is contained in:
@@ -59,7 +59,7 @@ class Utilities:
|
|||||||
const style = document.createElement('style');
|
const style = document.createElement('style');
|
||||||
style.id = "{css_id}";
|
style.id = "{css_id}";
|
||||||
document.head.append(style);
|
document.head.append(style);
|
||||||
style.sheet.insertRule(`{style}`);
|
style.textContent = `{style}`;
|
||||||
}})()
|
}})()
|
||||||
""", False)
|
""", False)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user