1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-31 12:23:48 +01:00

don't indent previews

This commit is contained in:
topkek 2014-11-27 18:14:12 +00:00
parent 191347b92e
commit 2a2f64c098

View File

@ -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'))