mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-27 17:00:52 +01:00
post-hover.js: overlay previewed posts over quick-reply window
This commit is contained in:
parent
bcf28619a3
commit
533b17f788
@ -68,6 +68,7 @@ onready(function(){
|
||||
.css('border-style', 'solid')
|
||||
.css('box-shadow', '1px 1px 1px #999')
|
||||
.css('display', 'block')
|
||||
.css('z-index', '100')
|
||||
.addClass('reply').addClass('post')
|
||||
.insertAfter($link.parent())
|
||||
$link.trigger('mousemove');
|
||||
|
Loading…
Reference in New Issue
Block a user