diff options
author | Ajay <[email protected]> | 2022-02-06 18:48:03 -0500 |
---|---|---|
committer | Ajay <[email protected]> | 2022-02-06 18:48:03 -0500 |
commit | 8b6f0d8a2e14602ec327eaef9cfa60983a51c697 (patch) | |
tree | 451f73329e7de5b60eb3c493e2a1548f9cc01433 /public/content.css | |
parent | cf792e849f47adb3111ab9e4f80c4c24fb97d499 (diff) | |
download | SponsorBlock-8b6f0d8a2e14602ec327eaef9cfa60983a51c697.tar.gz SponsorBlock-8b6f0d8a2e14602ec327eaef9cfa60983a51c697.zip |
Better title text for full video labels
Diffstat (limited to 'public/content.css')
-rw-r--r-- | public/content.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/content.css b/public/content.css index 6f121e84..065cb759 100644 --- a/public/content.css +++ b/public/content.css @@ -594,7 +594,7 @@ input::-webkit-inner-spin-button { color: white; } -.sponsorBlockTooltip::after { +.sponsorBlockTooltip.sbTriangle::after { content: " "; position: absolute; top: 100%; |