diff options
author | Ajay <[email protected]> | 2022-10-07 17:20:19 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2022-10-07 17:20:19 -0400 |
commit | a3d38c57d70be5760f9577217081089ad253b6ed (patch) | |
tree | de41625cb9d7797bdcce451c9ca09e521938412c | |
parent | bb7f069254a4b8d342ee1425d81cf0a2fe8750c3 (diff) | |
download | SponsorBlock-a3d38c57d70be5760f9577217081089ad253b6ed.tar.gz SponsorBlock-a3d38c57d70be5760f9577217081089ad253b6ed.zip |
Fix chapter icon with ytp big mode
-rw-r--r-- | public/content.css | 4 |
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; } |