From f4489b368f67ea0eb50797b2d84a8a212c84412c Mon Sep 17 00:00:00 2001 From: silverpill Date: Tue, 30 Nov 2021 19:58:22 +0000 Subject: [PATCH] Truncate long names in post header --- src/components/Post.vue | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/src/components/Post.vue b/src/components/Post.vue index 27811e7..0c979a3 100644 --- a/src/components/Post.vue +++ b/src/components/Post.vue @@ -4,10 +4,16 @@ - - {{ post.account.display_name || post.account.username }} + + {{ authorName }} -
@{{ post.account.acct }}
+
+ @{{ post.account.acct }} +