mirror of
https://github.com/NohamR/lanyard-profile-readme.git
synced 2026-05-25 04:17:18 +00:00
Center the content if no timestamp
This commit is contained in:
@@ -308,7 +308,11 @@ const renderCard = async (body: LanyardTypes.Root, params: Parameters): Promise<
|
||||
</div>
|
||||
<div style="
|
||||
color: #999;
|
||||
margin-top: -3px;
|
||||
margin-top: ${
|
||||
activity.timestamps && activity.timestamps.start && hideTimestamp !== "true"
|
||||
? "-3px"
|
||||
: "5px"
|
||||
};
|
||||
line-height: 1;
|
||||
width: 279px;
|
||||
">
|
||||
|
||||
Reference in New Issue
Block a user