summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorDUO Labs <dvdugo333@gmail.com>2022-04-24 18:06:56 -0400
committerGitHub <noreply@github.com>2022-04-24 18:06:56 -0400
commit80d89f31feb4093ebd8d1261d4a7c622c9a20f4c (patch)
tree5b21240429f98f37f9ca526a139b769147dac334 /assets
parenta0f566fef34ec3ee2a1badc7ac6e78099ad24892 (diff)
downloadinvidious-80d89f31feb4093ebd8d1261d4a7c622c9a20f4c.tar.gz
invidious-80d89f31feb4093ebd8d1261d4a7c622c9a20f4c.tar.bz2
invidious-80d89f31feb4093ebd8d1261d4a7c622c9a20f4c.zip
Widen Youtube player a bit
Diffstat (limited to 'assets')
-rw-r--r--assets/css/player.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/css/player.css b/assets/css/player.css
index 120fd2f8..c2c24630 100644
--- a/assets/css/player.css
+++ b/assets/css/player.css
@@ -70,6 +70,9 @@
margin-bottom: 2em;
}
+.video-js.player-style-youtube .vjs-progress-control .vjs-progress-holder, .video-js.player-style-youtube .vjs-progress-control {height: 5px;
+margin-bottom: 24px;}
+
ul.vjs-menu-content::-webkit-scrollbar {
display: none;
}