diff options
| author | Henry Jameson <me@hjkos.com> | 2022-03-27 14:10:45 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-03-27 14:10:45 +0300 |
| commit | 75f6506bc7e490dd544548db7bcccbe0420d2727 (patch) | |
| tree | de2fce6e9ca255c3401ee15d57b6b0c221e71a29 /src/components/mention_link | |
| parent | 1d77063a4bd27074200bea9b7b19d9b92dd71649 (diff) | |
fix (You) spacing
Diffstat (limited to 'src/components/mention_link')
| -rw-r--r-- | src/components/mention_link/mention_link.vue | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/mention_link/mention_link.vue b/src/components/mention_link/mention_link.vue index 3562f511..022f04c7 100644 --- a/src/components/mention_link/mention_link.vue +++ b/src/components/mention_link/mention_link.vue @@ -41,10 +41,12 @@ class="serverName" :class="{ '-faded': shouldFadeDomain }" v-html="'@' + serverName" - /></span><span + /> + </span> + <span v-if="isYou && shouldShowYous" :class="{ '-you': shouldBoldenYou }" - > {{ $t('status.you') }}</span> + > {{ ' ' + $t('status.you') }}</span> <!-- eslint-enable vue/no-v-html --> </a><span v-if="shouldShowTooltip" |
