mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
shift controller on vine videos, closes #19
This commit is contained in:
15
inject.css
15
inject.css
@@ -20,7 +20,7 @@
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.tc-videController button {
|
||||
.tc-videoController button {
|
||||
}
|
||||
|
||||
.tc-videoController:hover {
|
||||
@@ -66,3 +66,16 @@ html[data-player-size=fullscreen] .html5-video-player:not(.ytp-block-autohide) .
|
||||
transition: opacity .25s cubic-bezier(0.4,0,0.2,1);
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
/* shift controller on Vine embeds: mute always visible */
|
||||
/* e.g. https://twitter.com/Vine_Football/status/550614684575858688 */
|
||||
.video-container .tc-videoController {
|
||||
margin-top: 12px;
|
||||
margin-left: 55px;
|
||||
}
|
||||
|
||||
/* shift controller on vine.co */
|
||||
/* e.g. https://vine.co/v/OrJj39YlL57 */
|
||||
.video-container .vine-video-container .tc-videoController {
|
||||
margin-left: 40px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user