From cfe56a1ddc1e6a62ff896da75def34628624f69d Mon Sep 17 00:00:00 2001
From: MajesticWafer <123651667+MajesticWafer@users.noreply.github.com>
Date: Thu, 19 Oct 2023 22:45:57 -0400
Subject: [PATCH] Update index.html
---
index.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/index.html b/index.html
index e024dc7..2620818 100644
--- a/index.html
+++ b/index.html
@@ -31,7 +31,7 @@
DS Player
- Ver. 20231019 - Oct. 19, 10:35 PM (EST) What's New | What's New | ⚙ Settings...
@@ -163,13 +163,13 @@
DS Player
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';