mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Resize player to better fit larger screens
This commit is contained in:
parent
987ea1cb98
commit
827e68acf5
1 changed files with 3 additions and 3 deletions
|
@ -262,8 +262,8 @@ img.thumbnail {
|
|||
|
||||
#player-container {
|
||||
position: relative;
|
||||
padding-bottom: 56.25%;
|
||||
margin-left: 1em;
|
||||
margin-right: 1em;
|
||||
padding-bottom: 55.25%;
|
||||
margin-left: 2em;
|
||||
margin-right: 2em;
|
||||
height: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue