From 9c6368416d1c93f5753e2bba8ebae9117a70f855 Mon Sep 17 00:00:00 2001 From: b Date: Mon, 11 Jan 2021 06:47:17 -0600 Subject: [PATCH] Less fatfinger potential --- narrow.css | 2 ++ test.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/narrow.css b/narrow.css index ae70d67..f2695f6 100644 --- a/narrow.css +++ b/narrow.css @@ -26,6 +26,8 @@ .iteminput { width: 25vw; + height: 10vw; + max-height: 50px; } .skp-input { diff --git a/test.js b/test.js index e96b074..6e2efe7 100644 --- a/test.js +++ b/test.js @@ -11,7 +11,7 @@ console.log(url_tag); * END testing section */ -const BUILD_VERSION = "6.2"; +const BUILD_VERSION = "6.3"; document.getElementById("header").textContent = "WynnBuilder version "+BUILD_VERSION+" (db version "+DB_VERSION+")";