înit push

This commit is contained in:
2026-02-17 11:11:05 +01:00
parent 430ae81230
commit 9bc2bd40ad
3 changed files with 52 additions and 0 deletions

31
clean-look.css Normal file
View File

@@ -0,0 +1,31 @@
/* Nur die Steuerungselemente ausblenden */
#buttonsBar,
#chatModule,
#settingsModule,
.left-header,
.right-header,
#msger,
.status-info {
display: none !important;
}
/* DAS VIDEO EXPLIZIT SICHTBAR MACHEN */
#videoGrid,
.video-container,
video {
display: block !important;
visibility: visible !important;
width: 100vw !important;
height: 100vh !important;
object-fit: cover !important;
position: fixed !important;
top: 0 !important;
left: 0 !important;
z-index: 1 !important;
}
/* Verstecke nur die Overlays auf dem Video */
.video-name,
.video-status-icon {
display: none !important;
}