visually enhancing comment section

This commit is contained in:
2026-01-26 07:33:29 +01:00
parent 286791de0d
commit 7d58acd5ed

View File

@@ -3848,7 +3848,7 @@ input#s_avatar {
/* Comments System */
#comments-container {
padding: 0px 5px 5px 5px;
background: var(--metadata-bg);
background: #00000087;
color: var(--white);
font-family: var(--font);
}
@@ -3941,7 +3941,7 @@ input#s_avatar {
.comment-input textarea {
width: 100%;
min-height: 80px;
background: var(--bg);
background: #000000a1;
border: 1px solid var(--gray);
color: var(--white);
padding: 10px;
@@ -4028,6 +4028,11 @@ input#s_avatar {
text-decoration: underline;
}
#comment-sort, #subscribe-btn, #lock-thread-btn {
background: none;
border: none;
}
/* Admin buttons */
.admin-edit-btn,
.admin-delete-btn {