mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update Timeline.vue
This commit is contained in:
parent
b25ee45237
commit
d0ed0c0120
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div v-else class="card mb-sm-4 status-card card-md-rounded-0">
|
||||
<div class="card mb-sm-4 status-card card-md-rounded-0">
|
||||
<div class="card-header d-inline-flex align-items-center bg-white">
|
||||
<img v-bind:src="status.account.avatar" width="32px" height="32px" style="border-radius: 32px;">
|
||||
<a class="username font-weight-bold pl-2 text-dark" v-bind:href="status.account.url">
|
||||
|
|
Loading…
Reference in a new issue