From 8d7cf09bb5aa6d820ad273cf4afcc940507c2f43 Mon Sep 17 00:00:00 2001 From: AskaEth Date: Sat, 25 Jul 2026 17:59:18 +0800 Subject: [PATCH] style: RPM number moved higher to sy-210 --- dashboards/forza_composite/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboards/forza_composite/index.html b/dashboards/forza_composite/index.html index a5348d7..dd987fb 100644 --- a/dashboards/forza_composite/index.html +++ b/dashboards/forza_composite/index.html @@ -151,7 +151,7 @@ function draw(cur,max){ // RPM number ctx.fillStyle='#fff';ctx.font=`200 ${Math.max(64,W/9)|0}px 'NEXT ART',sans-serif`;ctx.textAlign='center'; - ctx.fillText(Math.round(cur).toLocaleString(),sx,sy-190); + ctx.fillText(Math.round(cur).toLocaleString(),sx,sy-210); ctx.fillStyle='rgba(255,255,255,.12)';ctx.font=`${Math.max(16,W/34)|0}px 'NEXT ART',sans-serif`; ctx.fillText('\u00d71000 rpm',sx,sy-150);