Less fatfinger potential

This commit is contained in:
b 2021-01-11 06:47:17 -06:00
parent f8a75b684a
commit 9c6368416d
2 changed files with 3 additions and 1 deletions

View file

@ -26,6 +26,8 @@
.iteminput { .iteminput {
width: 25vw; width: 25vw;
height: 10vw;
max-height: 50px;
} }
.skp-input { .skp-input {

View file

@ -11,7 +11,7 @@ console.log(url_tag);
* END testing section * 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+")"; document.getElementById("header").textContent = "WynnBuilder version "+BUILD_VERSION+" (db version "+DB_VERSION+")";