From 8b1b27f4d5e11e0b706ffad7a1f9067c8108cbd1 Mon Sep 17 00:00:00 2001 From: Smile Rex Date: Tue, 13 Jan 2026 20:37:15 +0300 Subject: [PATCH] update --- templates/D.html | 4 ++-- templates/D.pck | Bin 3158764 -> 3158668 bytes 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/D.html b/templates/D.html index f1d9f6a..6408490 100644 --- a/templates/D.html +++ b/templates/D.html @@ -99,8 +99,8 @@ tg.expand(); function resizeCanvas() { const canvas = document.getElementById("canvas"); - const h = tg.viewportStableHeight; const w = window.innerWidth; + const h = tg.viewportStableHeight; canvas.style.width = w + "px"; canvas.style.height = h + "px"; @@ -128,7 +128,7 @@ resizeCanvas();