1
Fork 0

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