mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-25 00:48:26 +03:00
Compare commits
2 Commits
5.4.6
...
crowdin_ma
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
14da4b5fcc | ||
|
|
9d6e23d171 |
@@ -187,6 +187,10 @@ div:hover > .sponsorBlockChapterBar {
|
||||
margin-right: var(--skip-notice-margin);
|
||||
}
|
||||
|
||||
.sponsorSkipObjectFirst {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.sponsorSkipLogo {
|
||||
height: 18px;
|
||||
|
||||
|
||||
@@ -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