Set margin-top to -6px

This commit is contained in:
LeonardSSH
2021-08-12 09:24:17 +02:00
parent dd7f57382d
commit d84990f2f1

View File

@@ -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;