trying to prepare player.html for mobile atm

unfortunately, things didn't go well atm, so I left it commented.
merge-requests/6/head
4 raccoons in a trenchcoat. / luna vivian 2023-04-19 23:27:36 +02:00
parent 87b051cf6a
commit 47770f3293
1 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,13 @@
.ytp-volume-control:hover > .ytp-volume-panel {
width: 61px;
}
/* doesn't work atm, trying to figure out how this works
#movie_player {
width: 100% !important;
max-width: 1000px;
height: 66.6% !important;
max-height: 563px;
}*/
#movie_player {
width: 1000px;
height: 563px;