move favicon
This commit is contained in:
parent
8a9654b511
commit
c4340ad467
1 changed files with 12 additions and 16 deletions
|
@ -142,12 +142,12 @@
|
||||||
:to="userProfileLink"
|
:to="userProfileLink"
|
||||||
>
|
>
|
||||||
{{ status.user.screen_name }}
|
{{ status.user.screen_name }}
|
||||||
|
</router-link>
|
||||||
<img
|
<img
|
||||||
height="18px"
|
class="status-favicon"
|
||||||
v-if="!!(status.user && status.user.favicon)"
|
v-if="!!(status.user && status.user.favicon)"
|
||||||
:src="status.user.favicon"
|
:src="status.user.favicon"
|
||||||
>
|
>
|
||||||
</router-link>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<span class="heading-right">
|
<span class="heading-right">
|
||||||
|
@ -176,18 +176,8 @@
|
||||||
class="source_url"
|
class="source_url"
|
||||||
title="Source"
|
title="Source"
|
||||||
>
|
>
|
||||||
<img
|
<i class="button-icon icon-link-ext-alt" />
|
||||||
height="18px"
|
|
||||||
v-if="!!(status.user && status.user.favicon)"
|
|
||||||
:src="status.user.favicon"
|
|
||||||
>
|
|
||||||
<i v-else class="button-icon icon-link-ext-alt" />
|
|
||||||
</a>
|
</a>
|
||||||
<img
|
|
||||||
v-else-if="!!(status.user && status.user.favicon)"
|
|
||||||
height="18px"
|
|
||||||
:src="status.user.favicon"
|
|
||||||
>
|
|
||||||
<template v-if="expandable && !isPreview">
|
<template v-if="expandable && !isPreview">
|
||||||
<a
|
<a
|
||||||
href="#"
|
href="#"
|
||||||
|
@ -441,6 +431,12 @@ $status-margin: 0.75em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.status-favicon {
|
||||||
|
height: 18px;
|
||||||
|
width: 18px;
|
||||||
|
margin-right: 0.4em;
|
||||||
|
}
|
||||||
|
|
||||||
.media-heading {
|
.media-heading {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
|
|
Loading…
Reference in a new issue