mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-15 01:53:44 +03: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');
|
||||
style.id = "{css_id}";
|
||||
document.head.append(style);
|
||||
style.sheet.insertRule(`{style}`);
|
||||
style.textContent = `{style}`;
|
||||
}})()
|
||||
""", False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user