trying to prepare player.html for mobile atm

unfortunately, things didn't go well atm, so I left it commented.
This commit is contained in:
4 raccoons in a trenchcoat. / luna vivian 2023-04-19 23:27:36 +02:00
parent 87b051cf6a
commit 47770f3293

View file

@ -3,6 +3,13 @@
.ytp-volume-control:hover > .ytp-volume-panel { .ytp-volume-control:hover > .ytp-volume-panel {
width: 61px; 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 { #movie_player {
width: 1000px; width: 1000px;
height: 563px; height: 563px;