theater modus
This commit is contained in:
parent
fd190d2636
commit
7ef1ade9e0
3 changed files with 23 additions and 18 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,6 +5,16 @@ table {
|
|||
td, th {
|
||||
padding: 8px;
|
||||
}
|
||||
/* Theatre mode mobile styles */
|
||||
.video-item.theatre-mode {
|
||||
flex: 1 1 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
.video-item.theatre-mode video {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
max-height: none;
|
||||
}
|
||||
|
||||
.topnav {
|
||||
overflow: hidden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue