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

@@ -17,6 +17,10 @@
transition: transform .1s cubic-bezier(0,0,0.2,1);
}
.ytm-progress-bar > #previewbar {
height: 3px;
}
#previewbar.hovered {
transform: scaleY(1)
}