mirror of
https://github.com/iv-org/invidious.git
synced 2025-06-15 18:29:24 -04: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 {
|
#player-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-bottom: 56.25%;
|
padding-bottom: 55.25%;
|
||||||
margin-left: 1em;
|
margin-left: 2em;
|
||||||
margin-right: 1em;
|
margin-right: 2em;
|
||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue