aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay <[email protected]>2022-10-07 17:20:19 -0400
committerAjay <[email protected]>2022-10-07 17:20:19 -0400
commita3d38c57d70be5760f9577217081089ad253b6ed (patch)
treede41625cb9d7797bdcce451c9ca09e521938412c
parentbb7f069254a4b8d342ee1425d81cf0a2fe8750c3 (diff)
downloadSponsorBlock-a3d38c57d70be5760f9577217081089ad253b6ed.tar.gz
SponsorBlock-a3d38c57d70be5760f9577217081089ad253b6ed.zip
Fix chapter icon with ytp big mode
-rw-r--r--public/content.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/content.css b/public/content.css
index 63f5203e..9f37ab7c 100644
--- a/public/content.css
+++ b/public/content.css
@@ -30,6 +30,10 @@
transform: scaleY(0.625) translateY(-30%) translateY(1.5px);
}
+.ytp-big-mode .sponsorTwoTooltips .sponsorCategoryTooltip {
+ top: 75px !important;
+}
+
.progress-bar-line > #previewbar {
height: 3px;
}