mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-15 07:57:09 +03:00
Fix margin issue on category pill tooltip
This commit is contained in:
@@ -67,7 +67,7 @@ export class Tooltip {
|
||||
</img>
|
||||
: null}
|
||||
{this.text ?
|
||||
<span className="sponsorSkipObject">
|
||||
<span className={`sponsorSkipObject${!props.showLogo ? ` sponsorSkipObjectFirst` : ``}`}>
|
||||
{this.text + (props.link ? ". " : "")}
|
||||
{props.link ?
|
||||
<a style={{textDecoration: "underline"}}
|
||||
|
||||
Reference in New Issue
Block a user