fix highlight around multiline filenames from WerkTyme
This commit is contained in:
parent
98292d76f9
commit
3ec9c747e4
@ -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) ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user