From 47770f329341426cac733e2c82e5b709fb8acac9 Mon Sep 17 00:00:00 2001 From: "4 raccoons in a trenchcoat. / luna vivian" Date: Wed, 19 Apr 2023 23:27:36 +0200 Subject: [PATCH] trying to prepare player.html for mobile atm unfortunately, things didn't go well atm, so I left it commented. --- templates/components/player.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/components/player.html b/templates/components/player.html index 57b4fe5..270f2a5 100644 --- a/templates/components/player.html +++ b/templates/components/player.html @@ -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;