logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 19a7335ee7e7b0a287b027783efc7d35c2a11d46
parent f6d0d3efba3112e5fd175e6ff52a7032fba4afff
Author: Henry Jameson <me@hjkos.com>
Date:   Wed, 20 Jul 2022 12:59:38 +0300

fix spacing in mentionsline

Diffstat:

Msrc/components/status/status.vue1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/components/status/status.vue b/src/components/status/status.vue @@ -317,6 +317,7 @@ class="mentions-line-first" /> </span> + {{ ' ' }} <MentionsLine v-if="hasMentionsLine" :mentions="mentionsLine.slice(1)"