From 271e40e9c7f09da17eea77ad5dc7c29af1898490 Mon Sep 17 00:00:00 2001 From: Maksim Totmin Date: Wed, 17 Jun 2026 12:28:26 +0700 Subject: [PATCH] fix: honor icon_scale for all icon types in grid view - index.html: replace three conditional render paths (FA CSS icon, image img, label span) with a single img always routed through /api/render, which correctly applies icon_scale, font_size, etc. FA icons were previously rendered via CSS font classes, bypassing the backend render endpoint and ignoring icon_scale --- static/index.html | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/static/index.html b/static/index.html index 1eab822..83a1272 100644 --- a/static/index.html +++ b/static/index.html @@ -59,15 +59,8 @@ :style="key.displayBg ? { backgroundColor: key.displayBg } : {}" :class="{ empty: !key.configured }" @click="editKey(key.index)"> - - - - +