Skip to content

Commit

Permalink
Improved responsiveness of keygen page.
Browse files Browse the repository at this point in the history
  • Loading branch information
GlitchedPolygons committed Jan 8, 2024
1 parent e94c78a commit dbf3ee4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function InitKeygen()
}
else if (windowDimensions.width < 1250)
{
paintCanvas.width = windowDimensions.width - 280;
paintCanvas.width = windowDimensions.width - 290;
paintCanvas.height = 384;
}
else
Expand Down

0 comments on commit dbf3ee4

Please sign in to comment.