fix (You) spacing

This commit is contained in:
Henry Jameson 2022-03-27 14:10:45 +03:00
parent 1d77063a4b
commit 75f6506bc7
1 changed files with 4 additions and 2 deletions

View File

@ -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"