Skip to content
Snippets Groups Projects

status.vue: Add support for favicons

Merged Haelwenn requested to merge features/favicons into develop
1 unresolved thread
2 files
+ 12
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -143,6 +143,11 @@
>
{{ status.user.screen_name }}
</router-link>
<img
class="status-favicon"
v-if="!!(status.user && status.user.favicon)"
:src="status.user.favicon"
>
</div>
<span class="heading-right">
@@ -426,6 +431,12 @@ $status-margin: 0.75em;
}
}
.status-favicon {
height: 18px;
width: 18px;
margin-right: 0.4em;
}
.media-heading {
padding: 0;
vertical-align: bottom;
Loading