diff --git a/data/life/life.js b/data/life/life.js index d836e75b..c7f25d85 100644 --- a/data/life/life.js +++ b/data/life/life.js @@ -288,7 +288,7 @@ function inputCardArtName(cardArtNameInput) { function inputCardArtNameNumber(cardArtNameNumberInput) { playerList[parseInt(document.getElementById('inputPlayer').value) - 1].canvas.customVarImage.src = cardArtUrlList[cardArtNameNumberInput - 1] } -document.getElementById("mainGrid").addEventListener("touchmove", function(event) { - event.preventDefault() - console.log("it ran?") -}, false) \ No newline at end of file +// document.getElementById("mainGrid").addEventListener("touchmove", function(event) { +// event.preventDefault() +// console.log("it ran?") +// }, false) \ No newline at end of file diff --git a/life.html b/life.html index a8a1594a..95d00a07 100644 --- a/life.html +++ b/life.html @@ -120,9 +120,9 @@ } #gridShell { display: none; - /*position: fixed; + position: fixed; top: 0; - left: 0;*/ + left: 0; } #gridShell:fullscreen { display: inline-block; @@ -156,8 +156,8 @@ position: fixed; top: 5pt; right: 5pt; - width: 60pt; - height: 60pt; + width: 50pt; + height: 50pt; } .menu { position: fixed; @@ -170,7 +170,7 @@ display: table; } .menuInterior { - margin: 70pt 0px 0px 0px; + margin: 60pt 0px 0px 0px; padding: 10pt; overflow-y: auto; height: calc(100% - 70pt);