mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Adjust size of player
This commit is contained in:
parent
57635c0d24
commit
a283c3143d
1 changed files with 7 additions and 3 deletions
|
@ -310,11 +310,15 @@ img.thumbnail {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.player-dimensions.vjs-fluid {
|
||||
padding-top: 46.86%;
|
||||
}
|
||||
|
||||
#player-container {
|
||||
position: relative;
|
||||
padding-bottom: 55.25%;
|
||||
margin-left: 2em;
|
||||
margin-right: 2em;
|
||||
padding-bottom: 46.86%;
|
||||
margin-left: 1em;
|
||||
margin-right: 1em;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue