Merge pull request #3054 from DUOLabs333/patch-1

Widen Youtube player seek bar a little
This commit is contained in:
Samantaz Fox 2022-04-30 18:53:36 +02:00 committed by GitHub
commit 6376e78e0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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: 10px;}
ul.vjs-menu-content::-webkit-scrollbar {
display: none;
}