diff --git a/public/src/js/scoresheet.js b/public/src/js/scoresheet.js index abc6786..afb8ac5 100644 --- a/public/src/js/scoresheet.js +++ b/public/src/js/scoresheet.js @@ -180,7 +180,7 @@ class Scoresheet{ this.canvasCache.resize(winW / ratio, 80 + 1, ratio) if(!this.multiplayer){ - this.tetsuoHana.style.setProperty("--scale", ratio) + this.tetsuoHana.style.setProperty("--scale", ratio / this.pixelRatio) } }else if(!document.hasFocus() && this.state.screen === "scoresShown"){ return