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