Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkSerpent authored Jun 16, 2024
1 parent 3f3c470 commit 3f1a159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/title.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function updateTokenTitle(token) {
const originalFontSize = 14;
const adjustedFontSize = Math.round(originalFontSize * gridScaleFactor);

const originalX = 0; // Adjust as needed based on your layout
const originalX = 0;
const originalY = -20;
const adjustedX = Math.round((originalX + 34) * gridScaleFactor);
const adjustedY = Math.round(originalY * gridScaleFactor);
Expand Down

0 comments on commit 3f1a159

Please sign in to comment.