Implemented sound and lighting sliders
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user