This commit is contained in:
parent
e3bf62f188
commit
273fb76548
|
@ -1,14 +1,14 @@
|
||||||
<template>
|
<template>
|
||||||
<MkA v-if="url.startsWith('/')" v-user-preview="canonical" class="akbvjaqn" :class="{ isMe }" :to="url" :style="{ background: bgCss }" @click.stop>
|
<MkA v-if="url.startsWith('/')" v-user-preview="canonical" class="akbvjaqn" :class="{ isMe }" :to="url" :style="{ background: bgCss }" @click.stop>
|
||||||
<!-- #v-ifdef VITE_CAPACITOR -->
|
// #v-ifdef VITE_CAPACITOR
|
||||||
<img
|
<img
|
||||||
:class="$style.icon"
|
:class="$style.icon"
|
||||||
:src="`${$i.instanceUrl}/avatar/@${username}@${host}`"
|
:src="`${$i.instanceUrl}/avatar/@${username}@${host}`"
|
||||||
alt=""
|
alt=""
|
||||||
/>
|
/>
|
||||||
<!-- #v-else -->
|
// #v-else
|
||||||
<img class="icon" :src="`/avatar/@${username}@${host}`" alt="">
|
<img class="icon" :src="`/avatar/@${username}@${host}`" alt="">
|
||||||
<!-- #v-endif -->
|
// #v-endif
|
||||||
<span class="main">
|
<span class="main">
|
||||||
<span class="username">@{{ username }}</span>
|
<span class="username">@{{ username }}</span>
|
||||||
<span v-if="(host != localHost) || $store.state.showFullAcct" class="host">@{{ toUnicode(host) }}</span>
|
<span v-if="(host != localHost) || $store.state.showFullAcct" class="host">@{{ toUnicode(host) }}</span>
|
||||||
|
|
Loading…
Reference in New Issue