diff --git a/src/components/Post.vue b/src/components/Post.vue index 930e8a7..c03ac4f 100644 --- a/src/components/Post.vue +++ b/src/components/Post.vue @@ -73,6 +73,9 @@ >
+ + {{ (new ProfileWrapper(post.quote.account)).getDisplayName() }} + @{{ getActorAddress(post.quote.account) }} @@ -632,10 +635,17 @@ async function onMintToken() { width: $icon-size; } + .display-name { + color: $text-color; + font-weight: bold; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } + .actor-address { overflow: hidden; text-overflow: ellipsis; - user-select: all; } }