diff --git a/public/popup.css b/public/popup.css index 86e5729b6..296d6251a 100644 --- a/public/popup.css +++ b/public/popup.css @@ -591,6 +591,8 @@ #sponsorTimesDonateContainer a { color: var(--sb-main-fg-color); text-decoration: none; + + padding-left: 5px; } /* diff --git a/src/components/SponsorTimeEditComponent.tsx b/src/components/SponsorTimeEditComponent.tsx index dac96d165..7994b20a0 100644 --- a/src/components/SponsorTimeEditComponent.tsx +++ b/src/components/SponsorTimeEditComponent.tsx @@ -123,6 +123,8 @@ class SponsorTimeEditComponent extends React.Component e.stopPropagation()} onKeyUp={(e) => e.stopPropagation()} @@ -168,7 +170,7 @@ class SponsorTimeEditComponent extends React.Component e.stopPropagation()} onKeyUp={(e) => e.stopPropagation()} @@ -215,7 +217,7 @@ class SponsorTimeEditComponent extends React.Component this.categorySelectionChange(event)}> {this.getCategoryOptions()} @@ -240,7 +242,7 @@ class SponsorTimeEditComponent extends React.Component this.actionTypeSelectionChange(e)}> {this.getActionTypeOptions(sponsorTime)} @@ -269,7 +271,7 @@ class SponsorTimeEditComponent extends React.Component this.setState({chapterNameSelectorOpen: false})}> void }): JSX.Element { return ( -