theathermode

This commit is contained in:
Lanta 2025-06-17 19:25:00 +02:00
parent af8c9ff61a
commit ff327d1886
2 changed files with 46 additions and 0 deletions

View file

@ -125,4 +125,16 @@ section h2 {
font-weight: bold;
margin-top: 8px;
margin-bottom: 8px;
}
.video-item.theatre-mode {
padding: 10px;
}
.video-item.theatre-mode video {
max-width: 100%;
max-height: 70vh;
}
.video-item.theatre-mode .video-controls {
margin-top: 10px;
}