mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
shortcut to hide/show controller
If manual control is used we override default youtube autohide behavior and yield control to the user. Closes #104, #123.
This commit is contained in:
@@ -17,6 +17,12 @@
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
.vsc-hidden { display: none !important; }
|
||||
.vsc-manual {
|
||||
visibility: visible !important;
|
||||
opacity: 1.0 !important;
|
||||
}
|
||||
|
||||
/* YouTube embedded player */
|
||||
/* e.g. https://www.igvita.com/2012/09/12/web-fonts-performance-making-pretty-fast/ */
|
||||
.full-frame .html5-video-player:not(.ytp-fullscreen) .vsc-controller {
|
||||
|
Reference in New Issue
Block a user