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 c1be932 commit e94c78a
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 - 260;
paintCanvas.width = windowDimensions.width - 280;
paintCanvas.height = 384;
}
else
Expand Down

0 comments on commit e94c78a

Please sign in to comment.