mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-09 21:17:20 +03:00
Added padding to vote buttons
This commit is contained in:
@@ -167,6 +167,7 @@ class SkipNoticeComponent extends React.Component<SkipNoticeProps, SkipNoticeSta
|
|||||||
{/* Upvote Button */}
|
{/* Upvote Button */}
|
||||||
<img id={"sponsorTimesDownvoteButtonsContainer" + this.idSuffix}
|
<img id={"sponsorTimesDownvoteButtonsContainer" + this.idSuffix}
|
||||||
className="sponsorSkipObject voteButton"
|
className="sponsorSkipObject voteButton"
|
||||||
|
style={{marginRight: "10px"}}
|
||||||
src={chrome.extension.getURL("icons/thumbs_up.svg")}
|
src={chrome.extension.getURL("icons/thumbs_up.svg")}
|
||||||
title={chrome.i18n.getMessage("upvoteButtonInfo")}
|
title={chrome.i18n.getMessage("upvoteButtonInfo")}
|
||||||
onClick={() => this.prepAction(SkipNoticeAction.Upvote)}>
|
onClick={() => this.prepAction(SkipNoticeAction.Upvote)}>
|
||||||
|
|||||||
Reference in New Issue
Block a user