From 69f9499e257929ae4837f72d1e13ffe0e9c9e9b7 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Tue, 4 Nov 2025 16:39:02 +0100 Subject: [PATCH] CSS bugfix: #pql and #rgbwrap should be hidden initially a missing comma caused unexpected UI behaviour in some corner cases. --- wled00/data/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/data/index.css b/wled00/data/index.css index deb0cc64..1c3a08c5 100644 --- a/wled00/data/index.css +++ b/wled00/data/index.css @@ -707,7 +707,7 @@ img { #wbal .sliderdisplay { background: linear-gradient(90deg, #ff8f1f 0%, #fff 50%, #cbdbff); } /* wrapper divs hidden by default */ -#liveview, #liveview2D, #roverstar, #pql +#liveview, #liveview2D, #roverstar, #pql, #rgbwrap, #swrap, #hwrap, #kwrap, #wwrap, #wbal, #qcs-w, #hexw, .clear-icon, .edit-icon, .ptxt { display: none;