aboutsummaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
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 */