fix, style: remove bottom padding for comment replies

This commit is contained in:
Kentai Radiquum 2024-08-10 13:58:02 +05:00
parent e2aad470d1
commit 4f0005f4f2
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 3 additions and 7 deletions

View file

@ -64,7 +64,6 @@ export const CommentsMain = (props: {
isSpoiler: comment.is_spoiler,
isEdited: comment.is_edited,
isDeleted: comment.is_deleted,
can_like: comment.can_like,
}}
token={props.token}
/>
@ -188,7 +187,6 @@ const CommentsAllModal = (props: {
isSpoiler: comment.is_spoiler,
isEdited: comment.is_edited,
isDeleted: comment.is_deleted,
can_like: comment.can_like,
}}
token={props.token}
/>