Skip to content

Commit

Permalink
unit graph table width
Browse files Browse the repository at this point in the history
  • Loading branch information
Axwabo committed Feb 7, 2024
1 parent 9c41be6 commit 61e357b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,7 @@ function calculateExchangedAmmo(amount, fromPrice, toPrice) {
}

function toggleInfo() {
$("#outputCont").removeClass("visible");
if ($("#unitGraphCont.visible").get(0))
$("#unitGraphCont").removeClass("visible");
else
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 61e357b

Please sign in to comment.