mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 01:34:43 -05:00
Strink height of theather mode for 720p screens
This commit is contained in:
parent
f23f9cfd20
commit
e4263b18f3
1 changed files with 6 additions and 0 deletions
|
@ -830,6 +830,12 @@ marquee {
|
|||
display:none;
|
||||
}
|
||||
|
||||
@media screen and (max-height: 840px) {
|
||||
.video-player-container {
|
||||
max-height: 10% !important;
|
||||
}
|
||||
}
|
||||
|
||||
#video:target {
|
||||
object-fit:contain;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue