1
0
Fork 0
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:
Korbs 2024-05-12 18:25:55 -04:00
parent f23f9cfd20
commit e4263b18f3

View file

@ -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;
}