File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 591591# sponsorTimesDonateContainer a {
592592 color : var (--sb-main-fg-color );
593593 text-decoration : none;
594+
595+ padding-left : 5px ;
594596}
595597
596598/*
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ function TimeSavedMessage({ viewCount, minutesSaved }: { viewCount: number; minu
191191
192192function DonateMessage ( props : { onClose : ( ) => void } ) : JSX . Element {
193193 return (
194- < div id = "sponsorTimesDonateContainer" style = { { alignItems : "center" , justifyContent : "center" } } >
194+ < div id = "sponsorTimesDonateContainer" style = { { alignItems : "center" , justifyContent : "center" , display : "flex" } } >
195195 < img className = "sbHeart" src = "/icons/heart.svg" alt = "Heart icon" />
196196 < a id = "sbConsiderDonateLink" href = "https://sponsor.ajay.app/donate" target = "_blank" rel = "noreferrer" onClick = { ( ) => {
197197 Config . config . donateClicked = Config . config . donateClicked + 1 ;
You can’t perform that action at this time.
0 commit comments