Highlight segment on hover

This commit is contained in:
Ajay
2023-09-17 12:06:33 -04:00
parent 4954abf9e3
commit 8ab126f502
5 changed files with 28 additions and 3 deletions

View File

@@ -49,7 +49,13 @@ div:hover > #previewbar.sbNotInvidious {
}
.previewbar.requiredSegment {
transform: scaleY(3)
transform: scaleY(3);
}
.previewbar.selectedSegment {
opacity: 1 !important;
z-index: 100;
transform: scaleY(1.5);
}
/* Make sure settings are upfront */