Skip to content
Snippets Groups Projects
Commit 75f6506b authored by HJ's avatar HJ :fire:
Browse files

fix (You) spacing

parent 1d77063a
Branches
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment