aboutsummaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
authorAjay <[email protected]>2023-09-17 12:06:33 -0400
committerAjay <[email protected]>2023-09-17 12:06:33 -0400
commit8ab126f502c8920de141b4681d1714cdc57b1c3a (patch)
treebf330fc5007a3e38994952dc86f40f9c8a320365 /public
parent4954abf9e385beb02ffde8b47bd5ad0a8fc5a4f5 (diff)
downloadSponsorBlock-8ab126f502c8920de141b4681d1714cdc57b1c3a.tar.gz
SponsorBlock-8ab126f502c8920de141b4681d1714cdc57b1c3a.zip
Highlight segment on hover
Diffstat (limited to 'public')
-rw-r--r--public/content.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/public/content.css b/public/content.css
index 8e23aaa3..48f11bd9 100644
--- a/public/content.css
+++ b/public/content.css
@@ -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 */