diff options
author | Ashm Walia <ashmwalia@outlook.com> | 2021-01-29 13:57:08 -0800 |
---|---|---|
committer | Ashm Walia <ashmwalia@outlook.com> | 2021-01-29 13:57:08 -0800 |
commit | cf77496e68b9ef97c833da35fcef2a29bd1f9ae5 (patch) | |
tree | 1951a6b12f451d6ffe53c886c96fb0e360568efe /src/components | |
parent | 830297c6f7ce554946246540a7239ab5b3ed712a (diff) |
Done
Diffstat (limited to 'src/components')
-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 |