Handle preview bar hover without js

This commit is contained in:
Ajay
2022-09-15 23:37:11 -04:00
parent 6381f36a90
commit b8d6d4a0b3
2 changed files with 2 additions and 5 deletions

View File

@@ -34,7 +34,7 @@
height: 3px;
}
#previewbar.hovered {
div:hover > #previewbar.sbNotInvidious {
transform: scaleY(1)
}