diff options
-rw-r--r-- | src/components/comments/CommentTile.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/comments/CommentTile.tsx b/src/components/comments/CommentTile.tsx index a1ee582b..e775a609 100644 --- a/src/components/comments/CommentTile.tsx +++ b/src/components/comments/CommentTile.tsx @@ -166,7 +166,7 @@ const CommentTile: React.FC<CommentTileProps> = ({ style={{ height: Math.min( SCREEN_HEIGHT / 2.4, - (SCREEN_HEIGHT / 8) * comment_object.replies_count, + (SCREEN_HEIGHT / 7.5) * comment_object.replies_count, ), }}> <CommentsContainer |