1
0
mirror of https://gitea.invidious.io/iv-org/invidious synced 2025-01-14 09:56:44 +01:00

fix non-JS player

This commit is contained in:
テクニカル諏訪子 2021-09-15 20:23:48 +09:00
parent 5054510d15
commit 3351ad8197

View File

@ -218,6 +218,10 @@ video.video-js {
#player-container { #player-container {
position: relative; position: relative;
padding-left: 0;
padding-right: 0;
margin-left: 1em;
margin-right: 1em;
padding-bottom: 82vh; padding-bottom: 82vh;
height: 0; height: 0;
} }