From 8ab126f502c8920de141b4681d1714cdc57b1c3a Mon Sep 17 00:00:00 2001 From: Ajay Date: Sun, 17 Sep 2023 12:06:33 -0400 Subject: Highlight segment on hover --- public/content.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'public') 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 */ -- cgit v1.2.3