Move replyOriginal up level in hierarchy.

This commit is contained in:
ccd0 2019-07-22 19:30:44 -07:00
parent 4e84b284ca
commit 9a3051ba71
3 changed files with 4 additions and 4 deletions

View File

@ -1385,8 +1385,8 @@ input[name="Default Volume"] {
margin: 0px;
}
/* Fappe and Werk Tyme */
:root.fappeTyme $site$relative$replyOriginal.noFile,
:root.fappeTyme $site$relative$replyOriginal.noFile + br {
:root.fappeTyme $site$replyOriginal.noFile,
:root.fappeTyme $site$replyOriginal.noFile + br {
display: none;
}
:root.werkTyme $site$thumbLink,

View File

@ -68,6 +68,7 @@ SW.tinyboard =
summary: '.omitted'
postContainer: 'div[id^="reply_"]:not(.hidden)' # postContainer is thread for OP
opBottom: '.op'
replyOriginal: 'div[id^="reply_"]:not(.hidden)'
infoRoot: '.intro'
info:
subject: '.subject'
@ -93,7 +94,6 @@ SW.tinyboard =
relative:
opHighlight: ' > .op'
replyHighlight: '.reply'
replyOriginal: 'div[id^="reply_"]:not(.hidden)'
catalogHighlight: ' > .thread'
comment: '.body'
spoiler: '.spoiler'

View File

@ -27,6 +27,7 @@ SW.yotsuba =
threadDivider: '.board > hr'
summary: '.summary'
postContainer: '.postContainer'
replyOriginal: '.replyContainer:not([data-clone])'
sideArrows: 'div.sideArrows'
post: '.post'
infoRoot: '.postInfo'
@ -56,7 +57,6 @@ SW.yotsuba =
relative:
opHighlight: '.opContainer'
replyHighlight: ' > .reply'
replyOriginal: '.replyContainer:not([data-clone])'
catalogHighlight: ''
comment: '.postMessage'
spoiler: 's'