fix overlap with YT 3D controls, closes #41

This commit is contained in:
Ilya Grigorik
2015-05-03 09:08:17 -07:00
parent 3848d4cb4c
commit 7f7cca0f0e

View File

@@ -79,3 +79,13 @@ html[data-player-size=fullscreen] .html5-video-player:not(.ytp-block-autohide) .
.video-container .vine-video-container .tc-videoController {
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;
}