mirror of
https://github.com/NohamR/lanyard-profile-readme.git
synced 2026-05-26 13:41:32 +00:00
Set margin-top to -6px
This commit is contained in:
@@ -310,7 +310,7 @@ const renderCard = async (body: LanyardTypes.Root, params: Parameters): Promise<
|
|||||||
color: #999;
|
color: #999;
|
||||||
margin-top: ${
|
margin-top: ${
|
||||||
activity.timestamps && activity.timestamps.start && hideTimestamp !== "true"
|
activity.timestamps && activity.timestamps.start && hideTimestamp !== "true"
|
||||||
? "-3px"
|
? "-6px"
|
||||||
: "5px"
|
: "5px"
|
||||||
};
|
};
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user