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;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
/* Fappe and Werk Tyme */
|
/* Fappe and Werk Tyme */
|
||||||
:root.fappeTyme $site$relative$replyOriginal.noFile,
|
:root.fappeTyme $site$replyOriginal.noFile,
|
||||||
:root.fappeTyme $site$relative$replyOriginal.noFile + br {
|
:root.fappeTyme $site$replyOriginal.noFile + br {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
:root.werkTyme $site$thumbLink,
|
:root.werkTyme $site$thumbLink,
|
||||||
|
|||||||
@ -68,6 +68,7 @@ SW.tinyboard =
|
|||||||
summary: '.omitted'
|
summary: '.omitted'
|
||||||
postContainer: 'div[id^="reply_"]:not(.hidden)' # postContainer is thread for OP
|
postContainer: 'div[id^="reply_"]:not(.hidden)' # postContainer is thread for OP
|
||||||
opBottom: '.op'
|
opBottom: '.op'
|
||||||
|
replyOriginal: 'div[id^="reply_"]:not(.hidden)'
|
||||||
infoRoot: '.intro'
|
infoRoot: '.intro'
|
||||||
info:
|
info:
|
||||||
subject: '.subject'
|
subject: '.subject'
|
||||||
@ -93,7 +94,6 @@ SW.tinyboard =
|
|||||||
relative:
|
relative:
|
||||||
opHighlight: ' > .op'
|
opHighlight: ' > .op'
|
||||||
replyHighlight: '.reply'
|
replyHighlight: '.reply'
|
||||||
replyOriginal: 'div[id^="reply_"]:not(.hidden)'
|
|
||||||
catalogHighlight: ' > .thread'
|
catalogHighlight: ' > .thread'
|
||||||
comment: '.body'
|
comment: '.body'
|
||||||
spoiler: '.spoiler'
|
spoiler: '.spoiler'
|
||||||
|
|||||||
@ -27,6 +27,7 @@ SW.yotsuba =
|
|||||||
threadDivider: '.board > hr'
|
threadDivider: '.board > hr'
|
||||||
summary: '.summary'
|
summary: '.summary'
|
||||||
postContainer: '.postContainer'
|
postContainer: '.postContainer'
|
||||||
|
replyOriginal: '.replyContainer:not([data-clone])'
|
||||||
sideArrows: 'div.sideArrows'
|
sideArrows: 'div.sideArrows'
|
||||||
post: '.post'
|
post: '.post'
|
||||||
infoRoot: '.postInfo'
|
infoRoot: '.postInfo'
|
||||||
@ -56,7 +57,6 @@ SW.yotsuba =
|
|||||||
relative:
|
relative:
|
||||||
opHighlight: '.opContainer'
|
opHighlight: '.opContainer'
|
||||||
replyHighlight: ' > .reply'
|
replyHighlight: ' > .reply'
|
||||||
replyOriginal: '.replyContainer:not([data-clone])'
|
|
||||||
catalogHighlight: ''
|
catalogHighlight: ''
|
||||||
comment: '.postMessage'
|
comment: '.postMessage'
|
||||||
spoiler: 's'
|
spoiler: 's'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user