mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-26 01:18:47 +03:00
Fix some popup buttons
This commit is contained in:
@@ -539,6 +539,11 @@
|
|||||||
background: #444;
|
background: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sponsorTimesDonateContainer a {
|
||||||
|
color: var(--sb-main-fg-color);
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* "Show Notice Again" button
|
* "Show Notice Again" button
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -152,15 +152,15 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer id="sbFooter">
|
<div id="sponsorTimesDonateContainer" style="display: none; align-items: center; justify-content: center;">
|
||||||
<div id="sponsorTimesDonateContainer" style="display: none; align-items: center; justify-content: center;">
|
<img class="sbHeart" src="/icons/heart.svg" alt="Heart icon" />
|
||||||
<img class="sbHeart" src="/icons/heart.svg" alt="Heart icon" />
|
<a id="sbConsiderDonateLink" href="https://sponsor.ajay.app/donate" target="_blank" rel="noopener">
|
||||||
<a id="sbConsiderDonateLink" href="https://sponsor.ajay.app/donate" target="_blank" rel="noopener">
|
__MSG_considerDonating__
|
||||||
__MSG_considerDonating__
|
</a>
|
||||||
</a>
|
<img id="sbCloseDonate" src="/icons/close.png" alt="Close icon" height="8" style="padding-left: 5px; cursor: pointer;" />
|
||||||
<img id="sbCloseDonate" src="/icons/close.png" alt="Close icon" height="8" style="padding-left: 5px; cursor: pointer;" />
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
|
<footer id="sbFooter">
|
||||||
<a id="helpButton">__MSG_help__</a>
|
<a id="helpButton">__MSG_help__</a>
|
||||||
<a href="https://sponsor.ajay.app" target="_blank" rel="noopener">__MSG_website__</a>
|
<a href="https://sponsor.ajay.app" target="_blank" rel="noopener">__MSG_website__</a>
|
||||||
<a href="https://sponsor.ajay.app/stats" target="_blank" rel="noopener">__MSG_viewLeaderboard__</a>
|
<a href="https://sponsor.ajay.app/stats" target="_blank" rel="noopener">__MSG_viewLeaderboard__</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user