Fix visual issues on mobile preview bar

This commit is contained in:
Ajay
2022-05-17 13:55:39 -04:00
parent bf3dcd97b8
commit 773da185ee
2 changed files with 8 additions and 2 deletions

View File

@@ -144,8 +144,10 @@ class PreviewBar {
this.parent = parent;
if (this.onMobileYouTube) {
parent.style.backgroundColor = "rgba(255, 255, 255, 0.3)";
parent.style.opacity = "1";
if (parent.classList.contains("progress-bar-background")) {
parent.style.backgroundColor = "rgba(255, 255, 255, 0.3)";
parent.style.opacity = "1";
}
this.container.style.transform = "none";
} else if (!this.onInvidious) {