Skip to content

Commit 5a5b734

Browse files
author
Malware
committed
minor CSS fixes
1 parent 0967270 commit 5a5b734

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Sploder",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"author": "Saptarshi",
55
"description": "Sploder Launcher",
66
"license": "MIT",

src/local/start.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
if(document.getElementById("content-frame").contentWindow.location.href != "chrome-error://chromewebdata/"){
5252
page = document.getElementById("content-frame").contentWindow.location.href;
5353
} else if(page == undefined) {
54-
page = "https://sploder.us.to/play.php?v=400&platform=windows"
54+
page = "https://sploder.us.to/play.php?v=406&platform=windows"
5555
}
5656
if(page.includes("offline.html")){
5757
page = "test";
@@ -100,7 +100,7 @@
100100

101101
}
102102
iframe {
103-
width: calc(100% - 7.5px);
103+
width: calc(100% - 6px);
104104
height: calc(100% - 28px);
105105
border: none;
106106

@@ -137,7 +137,7 @@
137137
</style>
138138
<body>
139139

140-
<div class="window" style="width: 100%; height: calc(100% - 4px)">
140+
<div class="window" style="width: 100%; height: calc(100% - 3px)">
141141
<div class="title-bar">
142142
<img class="title-bar-icon" src="images/icon.png">
143143
<div class="title-bar-text">Sploder</div>
@@ -149,7 +149,7 @@
149149
</div>
150150
</div>
151151
<div class="window-body" style="width: 100%; height: 100%; margin-left: 3px; margin-top:0px;">
152-
<iframe id="content-frame" onload="online();" src="https://sploder.us.to/play.php?v=405&platform=windows">
152+
<iframe id="content-frame" onload="online();" src="https://sploder.us.to/play.php?v=406&platform=windows">
153153
</iframe>
154154

155155
</div>

0 commit comments

Comments
 (0)