mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
fix controller on amazon
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
border-radius: 5px;
|
||||
padding: 5px;
|
||||
margin: 10px 10px 10px 15px;
|
||||
line-height: 1.8em;
|
||||
|
||||
cursor: default;
|
||||
z-index: 9999999;
|
||||
opacity: 0.3;
|
||||
|
||||
font-family: Verdana, Geneva, sans-serif;
|
||||
font-size: 13px;
|
||||
font-size: 13px !important;
|
||||
line-height: 1.8em !important;
|
||||
}
|
||||
|
||||
.tc-videoController:hover {
|
||||
|
@@ -98,6 +98,7 @@ chrome.extension.sendMessage({}, function(response) {
|
||||
container.classList.add('tc-videoController');
|
||||
controls.classList.add('tc-controls');
|
||||
container.style.top = Math.max(this.video.offsetTop,0)+"px";
|
||||
container.style.left = Math.max(this.video.offsetLeft,0)+"px";
|
||||
|
||||
fragment.appendChild(container);
|
||||
this.video.classList.add('tc-initialized');
|
||||
|
Reference in New Issue
Block a user