mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Merge pull request #2406 from TechnicalSuwako/fix-non-js-player
fix non-JS player #2405
This commit is contained in:
commit
a65b9b2b53
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue