diff options
author | Ajay <[email protected]> | 2023-11-08 16:07:59 -0500 |
---|---|---|
committer | Ajay <[email protected]> | 2023-11-08 16:07:59 -0500 |
commit | e722ded58a928989bb583ae266acf765c129592c (patch) | |
tree | 28d2dea746c1b764737775564e65ce10b01ef3d4 /public | |
parent | 6d37180d005f8f1c7691e0567ea4802425ca7569 (diff) | |
download | SponsorBlock-e722ded58a928989bb583ae266acf765c129592c.tar.gz SponsorBlock-e722ded58a928989bb583ae266acf765c129592c.zip |
Add dearrow promo based on title and remove old one
Also refactor requests out to seperate file
Diffstat (limited to 'public')
m--------- | public/_locales | 0 | ||||
-rw-r--r-- | public/content.css | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/public/_locales b/public/_locales -Subproject 6ff5f86e9aca64c2ad51aa13e39db1a040506f9 +Subproject 9ba877c006a9a78774e56713cc170f355d81a4a diff --git a/public/content.css b/public/content.css index 39051417..dc2b1ba1 100644 --- a/public/content.css +++ b/public/content.css @@ -742,6 +742,7 @@ input::-webkit-inner-spin-button { color: white; font-size: 12px; z-index: 10000; + font-weight: normal; } .sponsorBlockTooltip a { @@ -764,6 +765,12 @@ input::-webkit-inner-spin-button { right: 50%; } +.sponsorBlockTooltip.sbTriangle.sbTopTriangle::after { + bottom: 100%; + top: unset; + border-color: transparent transparent rgba(28, 28, 28, 0.7) transparent; +} + .sponsorBlockLockedColor { color: #ffc83d !important; } |