fix highlight around multiline filenames from WerkTyme

This commit is contained in:
ccd0 2014-09-16 11:45:02 -07:00
parent 98292d76f9
commit 3ec9c747e4

View File

@ -31,10 +31,10 @@ FappeTyme =
catalogNode: ->
{file} = @thread.OP
return if !file
span = $.el 'span',
filename = $.el 'div',
textContent: file.name
className: 'werkTyme-filename'
$.add @nodes.thumb.parentNode, span
$.add @nodes.thumb.parentNode, filename
cb:
set: (type) ->