Skip to content

Commit

Permalink
fix: right align donation text
Browse files Browse the repository at this point in the history
Previously text would appear slightly off screen in the case that it
reached more than 6 digits. To ensure this works for mainline, I am
right aligning the text
  • Loading branch information
VodBox committed Mar 3, 2024
1 parent 870260a commit 25c7a49
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/channels/here-comes-niko/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,8 @@ const TotalEl = styled.div`
text-shadow: -3px 0 black, 0 -3px black, 3px 0 black, 0 3px black, -3px -3px black, -3px 3px black, 3px -3px black,
3px 3px black;
left: 87%;
top: 85%;
transform: translate(-50%, -50%);
right: 30px;
bottom: 30px;
`;

//Handsome Frog
Expand Down

0 comments on commit 25c7a49

Please sign in to comment.