visually enhancing the comment container
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user