feat: cleanup + move to debug logs again after reading docs

This commit is contained in:
Lucas Oskorep
2026-06-29 22:19:29 -04:00
parent a163bfa309
commit bf162f0433
5 changed files with 10 additions and 23 deletions
+1 -20
View File
@@ -1,23 +1,4 @@
.ddc-brightness-slider-box {
padding: 8px 12px;
}
.ddc-brightness-value-label {
font-size: 12px;
font-weight: bold;
color: #ffffff;
min-width: 40px;
text-align: right;
}
.slider {
.ddc-brightness-slider .slider {
height: 24px;
border-radius: 12px;
background-color: rgba(255, 255, 255, 0.2);
}
.slider .fill-level {
height: 24px;
border-radius: 12px;
background-color: white;
}