From 587c5b6d4a27efe66287f83de18c5d5279c62349 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 23 Jul 2026 18:02:13 +0000 Subject: [PATCH] fix(webui): icons clipped in the console sidebar and cards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The inline icon sprite used definitions with no viewBox, so each 24×24 Lucide glyph rendered at 24 user units inside a 16–20px and got clipped on the right and bottom edges. Switch the sprite definitions to . A that references a symbol adopts its viewBox and scales the glyph to the host 's size, so every icon now renders complete. Referencing markup is unchanged. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01JgWPXefHtzYcspK8zo4Bo6 --- internal/webui/static/index.html | 38 ++++++++++++++++---------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/internal/webui/static/index.html b/internal/webui/static/index.html index 811b3c5..a92a5ba 100644 --- a/internal/webui/static/index.html +++ b/internal/webui/static/index.html @@ -12,25 +12,25 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + +