From 8a0a25309fdc5109d38bdd6dd3d55c1021635280 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Wed, 16 Dec 2020 22:31:31 +1300 Subject: [PATCH] Fix bio link tooltip --- html/src/index.pug | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/html/src/index.pug b/html/src/index.pug index 62858f96..c8811acb 100644 --- a/html/src/index.pug +++ b/html/src/index.pug @@ -761,11 +761,10 @@ html span.name Bio pre.extra(style="font-family:inherit;font-size:12px;white-space:pre-wrap;margin:0 0.5em 0 0") {{ userDialog.ref.bio || '-' }} div(style="margin-top:5px") - el-tooltip(v-for="(link, index) in userDialog.ref.bioLinks" :key="index") - template(v-if="link") - template(#content) - span(v-text="link") - img(:src="getFaviconUrl(link)" style="width:16px;height:16px;vertical-align:middle;margin-right:5px" @click.stop="openExternalLink(link)") + el-tooltip(v-if="link" v-for="(link, index) in userDialog.ref.bioLinks" :key="index") + template(#content) + span(v-text="link") + img(:src="getFaviconUrl(link)" style="width:16px;height:16px;vertical-align:middle;margin-right:5px" @click.stop="openExternalLink(link)") .x-friend-item .detail span.name Avatar Copying