mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
fix overlap with YT 3D controls, closes #41
This commit is contained in:
10
inject.css
10
inject.css
@@ -79,3 +79,13 @@ html[data-player-size=fullscreen] .html5-video-player:not(.ytp-block-autohide) .
|
|||||||
.video-container .vine-video-container .tc-videoController {
|
.video-container .vine-video-container .tc-videoController {
|
||||||
margin-left: 40px;
|
margin-left: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* shift YT 3D controller down */
|
||||||
|
/* e.g. https://www.youtube.com/watch?v=erftYPflJzQ */
|
||||||
|
.webgl-pan-button {
|
||||||
|
top: 50px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
html[data-player-size=fullscreen] .webgl-pan-button {
|
||||||
|
top: 80px !important;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user