mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:18:26 +01: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;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-height: 840px) {
|
||||||
|
.video-player-container {
|
||||||
|
max-height: 10% !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#video:target {
|
#video:target {
|
||||||
object-fit:contain;
|
object-fit:contain;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue