mirror of
https://github.com/NohamR/lanyard-profile-readme.git
synced 2026-05-26 04:17:19 +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>
|
||||||
<div style="
|
<div style="
|
||||||
color: #999;
|
color: #999;
|
||||||
margin-top: -3px;
|
margin-top: ${
|
||||||
|
activity.timestamps && activity.timestamps.start && hideTimestamp !== "true"
|
||||||
|
? "-3px"
|
||||||
|
: "5px"
|
||||||
|
};
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
width: 279px;
|
width: 279px;
|
||||||
">
|
">
|
||||||
|
|||||||
Reference in New Issue
Block a user