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 baccd16 commit 3c3c721
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 @@ -163,13 +163,13 @@ <h1>DS Player</h1>
if (screenLayout === 'lbr') {
topCanvas.style.top = '0'
topCanvas.style.left = '0'
topCanvas.style.width = '75%';
topCanvas.style.height = '85%';
topCanvas.style.width = '75vw';
topCanvas.style.height = '100.0005vh';
bottomCanvas.style.position = 'absolute';
bottomCanvas.style.top = '0';
bottomCanvas.style.left = '75%';
bottomCanvas.style.width = '25%';
bottomCanvas.style.height = '35%';
bottomCanvas.style.width = '25vw';
bottomCanvas.style.height = '33.3335vh';
} else {
topCanvas.style.width = '256px';
topCanvas.style.height = '192px';
Expand All @@ -185,4 +185,4 @@ <h1>DS Player</h1>
</script>
</body>

</html>
</html>

0 comments on commit 3c3c721

Please sign in to comment.