Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MajesticWafer authored Oct 20, 2023
1 parent 7ddcba7 commit cfe56a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1>DS Player</h1>
</p>
<hr />
<p>
Ver. 20231019 - Oct. 19, 10:35 PM (EST) <a onclick="whatsNew()" href="#">What's New</a>&nbsp;|&nbsp;<a
Ver. 20231019 - Oct. 19, 10:45 PM (EST) <a onclick="whatsNew()" href="#">What's New</a>&nbsp;|&nbsp;<a
href="#" onclick="uiSwitchTo('menu')">⚙ Settings...</a>
</p>
<p id="p-sns">
Expand Down Expand Up @@ -163,13 +163,13 @@ <h1>DS Player</h1>
if (screenLayout === 'lbr') {
topCanvas.style.top = '0'
topCanvas.style.left = '0'
topCanvas.style.width = '1620px';
topCanvas.style.height = '1215px';
topCanvas.style.width = '75vw';
topCanvas.style.height = '37.5vh';
bottomCanvas.style.position = 'absolute';
bottomCanvas.style.top = '0';
bottomCanvas.style.left = '75%';
bottomCanvas.style.width = '540px';
bottomCanvas.style.height = '405px';
bottomCanvas.style.width = '25vw';
bottomCanvas.style.height = '12.5vh';
} else {
topCanvas.style.width = '256px';
topCanvas.style.height = '192px';
Expand Down

0 comments on commit cfe56a1

Please sign in to comment.