fixing css for comments
This commit is contained in:
@@ -3874,9 +3874,9 @@ input#s_avatar {
|
|||||||
.comment {
|
.comment {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background: rgba(0, 0, 0, 0.2);
|
background: rgba(0, 0, 0, 0.2);
|
||||||
border-radius: 4px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 15px;
|
gap: 15px;
|
||||||
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment.deleted .comment-content {
|
.comment.deleted .comment-content {
|
||||||
@@ -3887,7 +3887,6 @@ input#s_avatar {
|
|||||||
.comment-avatar img {
|
.comment-avatar img {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
border-radius: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-body {
|
.comment-body {
|
||||||
|
|||||||
Reference in New Issue
Block a user