fix: e323e7367e
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2023-02-01 21:41:11 +08:00
parent e323e7367e
commit ec084058ba
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -206,7 +206,7 @@ $comments_pag = new Paginator([
<div class="d-flex">
<div class="mr-3 flex-shrink-0">
<a href="<?= HTML::url('/user/' . $poster['username']) ?>" class="d-none d-sm-block text-decoration-none">
<img class="media-object img-rounded" src="<?= $asrc ?>" alt="Avatar of <?= $poster['username'] ?>" width="64" height="64" />
<img class="rounded" src="<?= $asrc ?>" alt="Avatar of <?= $poster['username'] ?>" width="64" height="64" />
</a>
</div>
<div id="comment-body-<?= $comment['id'] ?>" class="flex-grow-1 ms-3">