diff --git a/chrome_point_plus/js/point-plus.js b/chrome_point_plus/js/point-plus.js index fcf1e1c..7c6d91c 100644 --- a/chrome_point_plus/js/point-plus.js +++ b/chrome_point_plus/js/point-plus.js @@ -612,7 +612,7 @@ $(document).ready(function() { $parentCommentChildren.append($comment); } else { console.log('No child comments found. Creating...'); - $post.after($('
').addClass('comments').append($comment).css('margin-left', '0px')); + $post.after($('
').addClass('comments').append($comment)); } } });