From d84990f2f10e24278d59a9d63311500ec92175b3 Mon Sep 17 00:00:00 2001 From: LeonardSSH Date: Thu, 12 Aug 2021 09:24:17 +0200 Subject: [PATCH] Set margin-top to -6px --- src/renderCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderCard.tsx b/src/renderCard.tsx index 86676a7..04d03ef 100644 --- a/src/renderCard.tsx +++ b/src/renderCard.tsx @@ -310,7 +310,7 @@ const renderCard = async (body: LanyardTypes.Root, params: Parameters): Promise< color: #999; margin-top: ${ activity.timestamps && activity.timestamps.start && hideTimestamp !== "true" - ? "-3px" + ? "-6px" : "5px" }; line-height: 1;