1
Fork 0

fix centered issue

This commit is contained in:
Ashley 2022-10-16 13:01:26 +02:00
parent abfd9ec757
commit 663f50dc57

View file

@ -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>