mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-22 02:18:45 -04:00
Merge pull request #116 from arao456/master
Move controller on YT using relative positioning
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
/* YouTube player */
|
/* YouTube player */
|
||||||
.ytp-hide-info-bar .vsc-controller {
|
.ytp-hide-info-bar .vsc-controller {
|
||||||
margin-top: 10px;
|
position: relative;
|
||||||
|
top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ytp-autohide .vsc-controller {
|
.ytp-autohide .vsc-controller {
|
||||||
@@ -19,12 +20,14 @@
|
|||||||
/* YouTube embedded player */
|
/* YouTube embedded player */
|
||||||
/* e.g. https://www.igvita.com/2012/09/12/web-fonts-performance-making-pretty-fast/ */
|
/* 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 {
|
.full-frame .html5-video-player:not(.ytp-fullscreen) .vsc-controller {
|
||||||
margin-top: 45px;
|
position: relative;
|
||||||
|
top: 45px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ytp-fullscreen .vsc-controller {
|
.ytp-fullscreen .vsc-controller {
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: 60px;
|
position: relative;
|
||||||
|
top: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* shift controller on vine.co */
|
/* shift controller on vine.co */
|
||||||
|
Reference in New Issue
Block a user