change external link icon, move chat from side panel to floating, hide own bio, prevent body/app from scrolling horizontally.
This commit is contained in:
parent
1db9b1e1ad
commit
96692454a0
19 changed files with 160 additions and 27 deletions
|
@ -54,7 +54,7 @@
|
|||
<router-link class="timeago" :to="{ name: 'conversation', params: { id: status.id } }">
|
||||
<timeago :since="status.created_at" :auto-update="60"></timeago>
|
||||
</router-link>
|
||||
<a :href="status.external_url" target="_blank" v-if="!status.is_local" class="source_url"><i class="icon-binoculars"></i></a>
|
||||
<a :href="status.external_url" target="_blank" v-if="!status.is_local" class="source_url"><i class="icon-link-ext"></i></a>
|
||||
<template v-if="expandable">
|
||||
<a href="#" @click.prevent="toggleExpanded"><i class="icon-plus-squared"></i></a>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue