diff --git a/js/post-hover.js b/js/post-hover.js index e30cbf43..0a03c1a2 100644 --- a/js/post-hover.js +++ b/js/post-hover.js @@ -77,6 +77,7 @@ onready(function(){ .css('position', 'absolute') .css('font-style', 'normal') .css('z-index', '100') + .css('margin-left', '1em') .addClass('reply').addClass('post') .insertAfter($link.parent())