deploy: ed94c65172
parent
4be3ba8345
commit
72fb9fa586
File diff suppressed because one or more lines are too long
|
@ -35,7 +35,7 @@
|
||||||
<meta itemprop="image" content="https://fxclient.github.io/FXclient/assets/logo.png">
|
<meta itemprop="image" content="https://fxclient.github.io/FXclient/assets/logo.png">
|
||||||
|
|
||||||
<!-- FX Client CSS -->
|
<!-- FX Client CSS -->
|
||||||
<link rel="stylesheet" href="main.css?1740083684834">
|
<link rel="stylesheet" href="main.css?1740944512816">
|
||||||
<!-- Game CSS -->
|
<!-- Game CSS -->
|
||||||
<style>
|
<style>
|
||||||
html,
|
html,
|
||||||
|
@ -89,8 +89,8 @@
|
||||||
<button onclick="window.location.reload()">Reload</button>
|
<button onclick="window.location.reload()">Reload</button>
|
||||||
<button onclick="document.getElementById('updateNotification').style.display = 'none'">Dismiss</button>
|
<button onclick="document.getElementById('updateNotification').style.display = 'none'">Dismiss</button>
|
||||||
</div></span>
|
</div></span>
|
||||||
<script src="variables.js?1740083684834"></script>
|
<script src="variables.js?1740944512816"></script>
|
||||||
<script src="fx.bundle.js?1740083684834"></script>
|
<script src="fx.bundle.js?1740944512816"></script>
|
||||||
<script src="game.js?1740083684834"></script>
|
<script src="game.js?1740944512816"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
9
main.css
9
main.css
|
@ -28,7 +28,7 @@
|
||||||
border-width : 2px;
|
border-width : 2px;
|
||||||
border-width : calc(0.15 * (1vw + 1vh));
|
border-width : calc(0.15 * (1vw + 1vh));
|
||||||
font-size : 20px;
|
font-size : 20px;
|
||||||
font-size : calc(14px + ((0.5 * (1.1vw - 0.1vh)) + 0.14rem));
|
font-size : calc(13px + ((0.5 * (1.1vw - 0.1vh)) + 0.14rem));
|
||||||
max-height : 90%;
|
max-height : 90%;
|
||||||
transition : 0.2s;
|
transition : 0.2s;
|
||||||
z-index : 10;
|
z-index : 10;
|
||||||
|
@ -59,6 +59,13 @@
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.keybinds-input {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
.keybinds-input input {
|
||||||
|
width: 10em;
|
||||||
|
}
|
||||||
|
|
||||||
.flex {
|
.flex {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
2
sw.js
2
sw.js
|
@ -1,4 +1,4 @@
|
||||||
const cacheName = "1740083684834"; // this gets replaced by the build script
|
const cacheName = "1740944512816"; // this gets replaced by the build script
|
||||||
|
|
||||||
self.addEventListener("install", (e) => {
|
self.addEventListener("install", (e) => {
|
||||||
console.log("[Service Worker] Install");
|
console.log("[Service Worker] Install");
|
||||||
|
|
Loading…
Reference in New Issue