remove tc-videoHost class inject: noop

This commit is contained in:
Ilya Grigorik
2015-06-01 23:07:47 -07:00
parent 170a5f5761
commit 209cee8079
2 changed files with 0 additions and 5 deletions

View File

@@ -1,7 +1,3 @@
.tc-videoHost {
text-align: center;
}
.tc-videoController { .tc-videoController {
position: absolute; position: absolute;
background: black; background: black;

View File

@@ -89,7 +89,6 @@ chrome.extension.sendMessage({}, function(response) {
fragment.appendChild(container); fragment.appendChild(container);
this.video.parentElement.insertBefore(fragment, this.video); this.video.parentElement.insertBefore(fragment, this.video);
this.video.classList.add('tc-videoHost');
var speed = parseFloat(tc.settings.speed).toFixed(2); var speed = parseFloat(tc.settings.speed).toFixed(2);
speedIndicator.textContent = speed; speedIndicator.textContent = speed;