Improved mobile preview bar

This commit is contained in:
Ajay Ramachandran
2020-02-19 00:14:08 -05:00
parent 2039bfa081
commit 2e212e6d10

View File

@@ -44,6 +44,8 @@ class PreviewBar {
if (this.onMobileYouTube) { if (this.onMobileYouTube) {
parent.style.backgroundColor = "rgba(255, 255, 255, 0.3)"; parent.style.backgroundColor = "rgba(255, 255, 255, 0.3)";
parent.style.opacity = "1"; parent.style.opacity = "1";
this.container.style.transform = "none";
} }
//on the seek bar //on the seek bar