player now adapts to screen sizes properly

fixes issue #1
merge-requests/6/head
4 raccoons in a trenchcoat. / luna vivian 2023-04-20 02:23:42 +02:00
parent 3b6bc679f4
commit 0fb65a45bf
1 changed files with 4 additions and 2 deletions

View File

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