From db23f4a162dd5ae12fd358b766bb6e212180315c Mon Sep 17 00:00:00 2001 From: Ralf Stockmann Date: Sat, 20 May 2023 23:56:10 +0200 Subject: [PATCH] Update script.js Align time information to the right --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 4ed0a8e..d6058e7 100644 --- a/script.js +++ b/script.js @@ -82,7 +82,7 @@ const displayPost = function(post) { ${post.media_attachments[0] ? `` : ''}

${post.content}

${post.spoiler_text ? `

${post.spoiler_text}

` : ''} -

${timeAgo(secondsAgo(new Date(post.created_at)))}

+

${timeAgo(secondsAgo(new Date(post.created_at)))}

`;