move favicon to name
This commit is contained in:
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…
Reference in New Issue