Initial commit

This commit is contained in:
2025-10-22 22:06:16 +02:00
commit d8ca4e154f
141 changed files with 32231 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
.ntsh_calibration {
position: absolute;
inset: 0px;
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
padding: var(--mux-edge-offset);
.ntsh_calibration-fullscreen {
position: absolute;
top: var(--mux-edge-offset);
right: var(--mux-edge-offset);
transition-duration: .2s;
cursor: pointer;
&:hover {
opacity: .7;
}
span {
font-size: 24px;
}
}
img {
width: 100%;
height: 100%;
object-fit: contain;
}
}