aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2020-05-20 23:36:03 -0400
committerAjay Ramachandran <[email protected]>2020-05-20 23:36:03 -0400
commit9ef3ef03a400b6d68f148f3cdc29603ae95a1362 (patch)
tree42ef86616682fe0db0c606c1f21b23fc48324aad
parentef17cae9a179498a4524a85d06c9e6e0959552eb (diff)
downloadSponsorBlock-9ef3ef03a400b6d68f148f3cdc29603ae95a1362.tar.gz
SponsorBlock-9ef3ef03a400b6d68f148f3cdc29603ae95a1362.zip
Added padding to vote buttons
-rw-r--r--src/components/SkipNoticeComponent.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/SkipNoticeComponent.tsx b/src/components/SkipNoticeComponent.tsx
index 46c58db0..51aa3722 100644
--- a/src/components/SkipNoticeComponent.tsx
+++ b/src/components/SkipNoticeComponent.tsx
@@ -167,6 +167,7 @@ class SkipNoticeComponent extends React.Component<SkipNoticeProps, SkipNoticeSta
{/* Upvote Button */}
<img id={"sponsorTimesDownvoteButtonsContainer" + this.idSuffix}
className="sponsorSkipObject voteButton"
+ style={{marginRight: "10px"}}
src={chrome.extension.getURL("icons/thumbs_up.svg")}
title={chrome.i18n.getMessage("upvoteButtonInfo")}
onClick={() => this.prepAction(SkipNoticeAction.Upvote)}>