Implemented sound and lighting sliders

This commit is contained in:
2026-03-13 17:19:53 +01:00
parent 1ce7dfa057
commit 4e9651b08b
23 changed files with 461 additions and 34 deletions

View File

@@ -2587,10 +2587,20 @@ input:checked + .slider:before {
}
.ntsh-calibration {
position: relative;
width: 100%;
margin: 30px 0px;
overflow: hidden;
}
.ntsh-calibration img {
.ntsh-calibration img.stream {
width: 200%;
clip-path: inset(0px 0px 0px 50%);
margin-left: -100%;
}
.ntsh-calibration img.mask {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
}