forked from AkkomaGang/akkoma-fe
Show link to status source url.
This commit is contained in:
parent
5986afbb20
commit
b515586485
1 changed files with 7 additions and 0 deletions
|
@ -25,6 +25,9 @@
|
|||
{{status.created_at_parsed}}
|
||||
</router-link>
|
||||
</small>
|
||||
<small v-if="!status.is_local" class="source_url">
|
||||
<a :href="status.external_url" >Source</a>
|
||||
</small>
|
||||
</h4>
|
||||
|
||||
<div class="status-content" v-html="status.statusnet_html"></div>
|
||||
|
@ -62,6 +65,10 @@
|
|||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
|
||||
.source_url {
|
||||
float: right;
|
||||
}
|
||||
|
||||
a {
|
||||
display: inline-block;
|
||||
word-break: break-all;
|
||||
|
|
Loading…
Reference in a new issue