summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2019-01-23 12:54:19 -0600
committerOmar Roth <omarroth@hotmail.com>2019-01-23 12:54:19 -0600
commit827e68acf5d79e020bb7a2ac7e6b9d49470aa3d5 (patch)
tree3d0ac001973d0b78d7ffbf252382ae4c4c814d8d /assets
parent987ea1cb9824606a5da313407faec87540b1f01b (diff)
downloadinvidious-827e68acf5d79e020bb7a2ac7e6b9d49470aa3d5.tar.gz
invidious-827e68acf5d79e020bb7a2ac7e6b9d49470aa3d5.tar.bz2
invidious-827e68acf5d79e020bb7a2ac7e6b9d49470aa3d5.zip
Resize player to better fit larger screens
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 8bb3f273..5fac9c2c 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -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;
}