From cf77496e68b9ef97c833da35fcef2a29bd1f9ae5 Mon Sep 17 00:00:00 2001 From: Ashm Walia Date: Fri, 29 Jan 2021 13:57:08 -0800 Subject: Done --- src/components/comments/CommentTile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 = ({ style={{ height: Math.min( SCREEN_HEIGHT / 2.4, - (SCREEN_HEIGHT / 8) * comment_object.replies_count, + (SCREEN_HEIGHT / 7.5) * comment_object.replies_count, ), }}>