From 145f58b0b10fc93fdc60a14de44171be31e2536f Mon Sep 17 00:00:00 2001 From: iris Date: Sat, 27 Jun 2026 13:14:12 +0200 Subject: [PATCH] fix(core): add rebuild-live-log class to live-log container div MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The CSS for the rebuild-queue live-log panel targets .rebuild-live-log (border, border-radius, margin-top, background) but the HTML element only had id="rebuild-live-log" — no class. As a result the panel box styles never applied and the live log rendered unstyled (no border, no background, no visual separation from the queue rows). Fix: add class="rebuild-live-log" to the element so the CSS selector matches. --- frontend/packages/dashboard/src/core.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/packages/dashboard/src/core.html b/frontend/packages/dashboard/src/core.html index 6de67577..6fade074 100644 --- a/frontend/packages/dashboard/src/core.html +++ b/frontend/packages/dashboard/src/core.html @@ -59,7 +59,7 @@ time). Managed by renderRebuildLiveLog in core.js, separate from rebuild-queue-section so the queue's row re-render never disturbs the open SSE stream. --> - +