visually enhancing the comment container

This commit is contained in:
x
2026-01-25 16:03:09 +01:00
parent 61614c7d2f
commit 311d5efdb0
2 changed files with 7 additions and 10 deletions

View File

@@ -237,7 +237,7 @@ class CommentSystem {
let html = `
<div class="comments-header">
<h3>Comments (${comments.length}) ${this.isLocked ? '🔒' : ''}</h3>
<span>Comments (${comments.length}) ${this.isLocked ? '🔒' : ''}</span>
<div class="comments-controls">
<select id="comment-sort">
<option value="old" ${this.sort === 'old' ? 'selected' : ''}>Oldest</option>