Fix 'Mark Read' link in 'Unread Line in Index' being placed in wrong position on smuglo.li.

This commit is contained in:
ccd0 2020-04-03 11:01:32 -07:00
parent 27a980a388
commit 76a07759d8

View File

@ -78,7 +78,7 @@ SW.tinyboard =
selectors:
board: 'form[name="postcontrols"]'
thread: 'input[name="board"] ~ div[id^="thread_"]'
threadDivider: 'div[id^="thread_"] > hr:last-of-type'
threadDivider: 'div[id^="thread_"] > hr:last-child'
summary: '.omitted'
postContainer: 'div[id^="reply_"]:not(.hidden)' # postContainer is thread for OP
opBottom: '.op'