mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 21:31:56 +00:00
Bundle stylesheets (#34)
This commit is contained in:
@@ -172,9 +172,7 @@ class Loader:
|
|||||||
ret = """
|
ret = """
|
||||||
<html style="height: fit-content;">
|
<html style="height: fit-content;">
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="/steam_resource/css/2.css">
|
<link rel="stylesheet" href="/static/styles.css">
|
||||||
<link rel="stylesheet" href="/steam_resource/css/39.css">
|
|
||||||
<link rel="stylesheet" href="/steam_resource/css/library.css">
|
|
||||||
<script src="/static/library.js"></script>
|
<script src="/static/library.js"></script>
|
||||||
<script>const plugin_name = '{name}';</script>
|
<script>const plugin_name = '{name}';</script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
@import url("/steam_resource/css/2.css");
|
||||||
|
@import url("/steam_resource/css/39.css");
|
||||||
|
@import url("/steam_resource/css/library.css");
|
||||||
@@ -1,6 +1,4 @@
|
|||||||
<link rel="stylesheet" href="/steam_resource/css/2.css">
|
<link rel="stylesheet" href="/static/styles.css">
|
||||||
<link rel="stylesheet" href="/steam_resource/css/39.css">
|
|
||||||
<link rel="stylesheet" href="/steam_resource/css/library.css">
|
|
||||||
<script>
|
<script>
|
||||||
const tile_iframes = [];
|
const tile_iframes = [];
|
||||||
window.addEventListener("message", function (evt) {
|
window.addEventListener("message", function (evt) {
|
||||||
|
|||||||
Reference in New Issue
Block a user