diff --git a/main.js b/main.js index 6e36517..766d2f7 100644 --- a/main.js +++ b/main.js @@ -1381,6 +1381,7 @@ function calculateExchangedAmmo(amount, fromPrice, toPrice) { } function toggleInfo() { + $("#outputCont").removeClass("visible"); if ($("#unitGraphCont.visible").get(0)) $("#unitGraphCont").removeClass("visible"); else diff --git a/style.css b/style.css index 367eee6..330fbb9 100644 --- a/style.css +++ b/style.css @@ -166,7 +166,7 @@ body { display: grid; justify-content: center; justify-items: center; - align-items: center; + align-items: start; text-align: center; font-size: 3vh; }