player now adapts to screen sizes properly

fixes issue #1
This commit is contained in:
4 raccoons in a trenchcoat. / luna vivian 2023-04-20 02:23:42 +02:00
parent 3b6bc679f4
commit 0fb65a45bf

View file

@ -11,8 +11,10 @@
max-height: 563px; max-height: 563px;
}*/ }*/
#movie_player { #movie_player {
width: 1000px; width: 100%;
height: 563px; height: 60vh;
max-width: 1000px;
max-height: 563px;
} }
.settings_menu { .settings_menu {
height: 235px; height: 235px;