From 25c7a495aa7dd658e710aad4451f68919b2b7d43 Mon Sep 17 00:00:00 2001 From: VodBox Date: Sun, 3 Mar 2024 20:43:01 +1100 Subject: [PATCH] fix: right align donation text 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 --- src/channels/here-comes-niko/index.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/channels/here-comes-niko/index.tsx b/src/channels/here-comes-niko/index.tsx index 8a346c0..e5a9bb7 100644 --- a/src/channels/here-comes-niko/index.tsx +++ b/src/channels/here-comes-niko/index.tsx @@ -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