mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update Direct component
This commit is contained in:
parent
72a1a1ea19
commit
aeeb75597b
1 changed files with 12 additions and 3 deletions
|
@ -32,9 +32,12 @@
|
|||
<img class="mr-3 rounded-circle img-thumbnail" :src="thread.avatar" alt="Generic placeholder image" width="32px">
|
||||
<div class="media-body">
|
||||
<p class="mb-0">
|
||||
<span class="font-weight-bold text-truncate" :title="[thread.isLocal ? '@' + thread.username : thread.username]" data-toggle="tooltip" data-placement="bottom">
|
||||
<span class="font-weight-bold text-truncate">
|
||||
{{thread.name}}
|
||||
</span>
|
||||
<span class="pl-1 text-muted small text-truncate" style="font-weight: 500;">
|
||||
{{thread.isLocal ? '@' + thread.username : thread.username}}
|
||||
</span>
|
||||
</p>
|
||||
<p class="text-muted mb-0" style="font-size:13px;font-weight: 500;">
|
||||
<span>
|
||||
|
@ -65,9 +68,12 @@
|
|||
<img class="mr-3 rounded-circle img-thumbnail" :src="thread.avatar" alt="Generic placeholder image" width="32px">
|
||||
<div class="media-body">
|
||||
<p class="mb-0">
|
||||
<span class="font-weight-bold text-truncate" :title="[thread.isLocal ? '@' + thread.username : thread.username]" data-toggle="tooltip" data-placement="bottom">
|
||||
<span class="font-weight-bold text-truncate">
|
||||
{{thread.name}}
|
||||
</span>
|
||||
<span class="pl-1 text-muted small text-truncate" style="font-weight: 500;">
|
||||
{{thread.isLocal ? '@' + thread.username : thread.username}}
|
||||
</span>
|
||||
</p>
|
||||
<p class="text-muted mb-0" style="font-size:13px;font-weight: 500;">
|
||||
<span>
|
||||
|
@ -98,9 +104,12 @@
|
|||
<img class="mr-3 rounded-circle img-thumbnail" :src="thread.avatar" alt="Generic placeholder image" width="32px">
|
||||
<div class="media-body">
|
||||
<p class="mb-0">
|
||||
<span class="font-weight-bold text-truncate" :title="[thread.isLocal ? '@' + thread.username : thread.username]" data-toggle="tooltip" data-placement="bottom">
|
||||
<span class="font-weight-bold text-truncate">
|
||||
{{thread.name}}
|
||||
</span>
|
||||
<span class="pl-1 text-muted small text-truncate" style="font-weight: 500;">
|
||||
{{thread.isLocal ? '@' + thread.username : thread.username}}
|
||||
</span>
|
||||
</p>
|
||||
<p class="text-muted mb-0" style="font-size:13px;font-weight: 500;">
|
||||
<span>
|
||||
|
|
Loading…
Reference in a new issue