From 2e59b45f70c5ef26c5bbdd70b54561ddf3e8e4ff Mon Sep 17 00:00:00 2001 From: AskaEth Date: Sat, 25 Jul 2026 17:15:21 +0800 Subject: [PATCH] style: triple gauge tick thickness (54x18px) --- dashboards/forza_composite/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboards/forza_composite/index.html b/dashboards/forza_composite/index.html index 380b874..4dc8712 100644 --- a/dashboards/forza_composite/index.html +++ b/dashboards/forza_composite/index.html @@ -101,7 +101,7 @@ const M={aspect_ratio:"16:9",render_mode:"contain"};let GAME_ID=''; max=max||8000;cur=cur||0;sz(); const W=canvas.width/devicePixelRatio,H=canvas.height/devicePixelRatio; ctx.clearRect(0,0,W,H); - const tw=Math.max(18,W/32),th=Math.max(6,H/70),gap=Math.max(1,tw*.12); + const tw=Math.max(54,W/11),th=Math.max(18,H/24),gap=Math.max(2,tw*.06); // bg ticks for(let i=0;i