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

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