move favicon to name

feat/video-poster
Shpuld Shpuldson 4 years ago
parent 88fbbb5e9b
commit 6d2befa452

@ -121,6 +121,11 @@
:to="userProfileLink"
>
{{ status.user.screen_name }}
<img
height="18px"
v-if="!!(status.user && status.user.favicon)"
:src="status.user.favicon"
>
</router-link>
</div>
@ -154,14 +159,14 @@
height="18px"
v-if="!!(status.user && status.user.favicon)"
:src="status.user.favicon"
/>
>
<i v-else class="button-icon icon-link-ext-alt" />
</a>
<img
v-else-if="!!(status.user && status.user.favicon)"
height="18px"
:src="status.user.favicon"
/>
>
<template v-if="expandable && !isPreview">
<a
href="#"

Loading…
Cancel
Save