Commit 06cdc1c7 authored by LoveEevee's avatar LoveEevee

Fix characters with page zoom

parent 9e8242b1
...@@ -180,7 +180,7 @@ class Scoresheet{ ...@@ -180,7 +180,7 @@ class Scoresheet{
this.canvasCache.resize(winW / ratio, 80 + 1, ratio) this.canvasCache.resize(winW / ratio, 80 + 1, ratio)
if(!this.multiplayer){ 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"){ }else if(!document.hasFocus() && this.state.screen === "scoresShown"){
return return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment