CSS bugfix: #pql and #rgbwrap should be hidden initially

a missing comma caused unexpected UI behaviour in some corner cases.
This commit is contained in:
Frank
2025-11-04 16:39:02 +01:00
committed by GitHub
parent 2c62cd5e41
commit 69f9499e25

View File

@@ -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;