mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Fix player margin
This commit is contained in:
parent
c74cc1123f
commit
b6adeb80e6
1 changed files with 2 additions and 0 deletions
|
@ -212,5 +212,7 @@ div {
|
||||||
#player-container {
|
#player-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-bottom: 56.25%;
|
padding-bottom: 56.25%;
|
||||||
|
margin-left: 1em;
|
||||||
|
margin-right: 1em;
|
||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue