diff --git a/js/post-hover.js b/js/post-hover.js index eefb3875..657c4f1d 100644 --- a/js/post-hover.js +++ b/js/post-hover.js @@ -73,6 +73,7 @@ onready(function(){ .css('font-style', 'normal') .css('z-index', '100') .css('left', '0') + .css('margin-left', '0') .addClass('reply').addClass('post') .appendTo(link.closest('div.post'))