Less fatfinger potential
This commit is contained in:
parent
f8a75b684a
commit
9c6368416d
2 changed files with 3 additions and 1 deletions
|
@ -26,6 +26,8 @@
|
||||||
|
|
||||||
.iteminput {
|
.iteminput {
|
||||||
width: 25vw;
|
width: 25vw;
|
||||||
|
height: 10vw;
|
||||||
|
max-height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skp-input {
|
.skp-input {
|
||||||
|
|
2
test.js
2
test.js
|
@ -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+")";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue