diff --git a/index.html b/index.html index dc96d04..6903c07 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,8 @@ loadSkin("/skins/default"); // for testing // const mapPath = "./maps/Quaver - JUST LIKE WE NEVER SAID GOODBYE"; - const mapPath = "./maps/Quaver - Kyu-Kurarin (7_7 bootleg)"; + // const mapPath = "./maps/Quaver - "; + const mapPath = "./maps/Quaver - Kyu-kurarin (7_7 bootleg)"; const levelIndex = 0; const map = await getMap(mapPath); const level = await getLevel(mapPath, map.levels[levelIndex]); diff --git a/skins/default/skin.css b/skins/default/skin.css index 767081b..6054f91 100644 --- a/skins/default/skin.css +++ b/skins/default/skin.css @@ -1,6 +1,5 @@ #game-container { --key-width: 100px; - /* --key-width: 125px; */ --key-margin: 5px; display: flex; justify-content: center; @@ -52,7 +51,7 @@ z-index: 0; margin-bottom: 75px; width: var(--key-width); - height: auto; + min-height: var(--key-width); aspect-ratio: 1; border-radius: 50%; border: 2px solid rgb(182, 182, 182);