fix(blog): replies bg

This commit is contained in:
Baoshuo Ren 2023-04-28 08:51:41 +08:00
parent 023cf71f25
commit b656d59b23
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -333,7 +333,7 @@ $comments_pag = new Paginator([
</li>
</ul>
<?php if ($replies) : ?>
<div id="replies-<?= $comment['id'] ?>" class="rounded bg-secondary-subtle mt-2 border"></div>
<div id="replies-<?= $comment['id'] ?>" class="rounded bg-secondary bg-opacity-10 mt-2 border"></div>
<?php endif ?>
<script>
showCommentReplies('<?= $comment['id'] ?>', <?= $replies_json ?>);