mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:38:25 +01:00
fix centered issue
This commit is contained in:
parent
96de6f43ca
commit
0a5de4bb44
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@
|
|||
<div class="user justify-content-between d-flex">
|
||||
<div class="desc">
|
||||
<h5 style="display: flex;"><div class="thumb">
|
||||
<a href="/channel?id=<%- x.authorId%>" class="avatar">
|
||||
<a href="/channel?id=<%- x.authorId%>" class="avatar" style="width: 40px;height: 40px;">
|
||||
<img src="https://p.poketube.fun/<%= x.authorThumbnails[1].url %>">
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue