mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 03:38:08 +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="user justify-content-between d-flex">
|
||||||
<div class="desc">
|
<div class="desc">
|
||||||
<h5 style="display: flex;"><div class="thumb">
|
<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 %>">
|
<img src="https://p.poketube.fun/<%= x.authorThumbnails[1].url %>">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue