Move replyOriginal up level in hierarchy.
This commit is contained in:
parent
4e84b284ca
commit
9a3051ba71
@ -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,
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user