theater modus

This commit is contained in:
Lanta 2025-06-17 18:48:52 +02:00
parent fd190d2636
commit 7ef1ade9e0
3 changed files with 23 additions and 18 deletions

View file

@ -271,3 +271,14 @@ td, th {
margin-top: 0.5rem;
gap: 0.5rem;
}
/* Theatre mode styles */
.video-item.theatre-mode {
flex: 1 1 100%;
max-width: 100%;
}
.video-item.theatre-mode video {
width: 100%;
height: auto;
max-height: none;
}