diff --git a/public/popup.css b/public/popup.css index 86e5729b..296d6251 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/popup/YourWorkComponent.tsx b/src/popup/YourWorkComponent.tsx index 568931ad..e1d1978d 100644 --- a/src/popup/YourWorkComponent.tsx +++ b/src/popup/YourWorkComponent.tsx @@ -191,7 +191,7 @@ function TimeSavedMessage({ viewCount, minutesSaved }: { viewCount: number; minu function DonateMessage(props: { onClose: () => void }): JSX.Element { return ( -
+
Heart icon { Config.config.donateClicked = Config.config.donateClicked + 1;