mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-24 02:08:41 +00:00
fix(blog): replies bg
This commit is contained in:
parent
023cf71f25
commit
b656d59b23
@ -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 ?>);
|
||||
|
Loading…
Reference in New Issue
Block a user