mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-30 17:15:16 +01:00
Merge pull request #890 from h3poteto/iss-862
closes #862 Add detail link on timestamp in toot
This commit is contained in:
commit
40b5b05157
@ -27,7 +27,7 @@
|
||||
<span class="acct">{{ accountName(originalMessage.account) }}</span>
|
||||
</div>
|
||||
<div class="timestamp">
|
||||
<time :datetime="originalMessage.created_at" :title="readableTimestamp">
|
||||
<time :datetime="originalMessage.created_at" :title="readableTimestamp" @click="openDetail(message)">
|
||||
{{ timestamp }}
|
||||
</time>
|
||||
</div>
|
||||
@ -570,6 +570,7 @@ export default {
|
||||
text-align: right;
|
||||
color: #909399;
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user