mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-29 01:19:41 +05:00
fix, style: remove bottom padding for comment replies
This commit is contained in:
parent
e2aad470d1
commit
4f0005f4f2
3 changed files with 3 additions and 7 deletions
|
@ -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}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue