aboutsummaryrefslogtreecommitdiff
path: root/src/components/comments
diff options
context:
space:
mode:
authorAshm Walia <ashmwalia@outlook.com>2021-01-29 13:57:08 -0800
committerAshm Walia <ashmwalia@outlook.com>2021-01-29 13:57:08 -0800
commitcf77496e68b9ef97c833da35fcef2a29bd1f9ae5 (patch)
tree1951a6b12f451d6ffe53c886c96fb0e360568efe /src/components/comments
parent830297c6f7ce554946246540a7239ab5b3ed712a (diff)
Done
Diffstat (limited to 'src/components/comments')
-rw-r--r--src/components/comments/CommentTile.tsx2
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