fixing css for comments

This commit is contained in:
2026-01-27 00:20:17 +01:00
parent f03b938fd0
commit 04f4166dbe

View File

@@ -3874,9 +3874,9 @@ input#s_avatar {
.comment {
padding: 10px;
background: rgba(0, 0, 0, 0.2);
border-radius: 4px;
display: flex;
gap: 15px;
margin-bottom: 5px;
}
.comment.deleted .comment-content {
@@ -3887,7 +3887,6 @@ input#s_avatar {
.comment-avatar img {
width: 40px;
height: 40px;
border-radius: 4px;
}
.comment-body {