Remove the Force Reply Break option on Chrome
Disabling it was broken, so now it's forced. Sorry.
This commit is contained in:
parent
94dd0e555f
commit
8781f52a36
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -491,10 +491,12 @@ Config =
|
||||
true
|
||||
'Hide backlinks to filtered posts.'
|
||||
]
|
||||
<% if (type === 'userscript') { %>
|
||||
'Force Reply Break': [
|
||||
false
|
||||
'Force replies to occupy their own line and not be adjacent to the OP image.'
|
||||
]
|
||||
<% } %>
|
||||
'Fit Width Replies': [
|
||||
true
|
||||
'Replies fit the entire width of the page.'
|
||||
|
||||
@ -1168,12 +1168,6 @@ s {
|
||||
a.useremail:last-of-type {
|
||||
vertical-align: top;
|
||||
}
|
||||
.op-background .op.post .postMessage::after,
|
||||
.force-reply-break .op.post .postMessage::after {
|
||||
display: block;
|
||||
content: ' ';
|
||||
clear: both;
|
||||
}
|
||||
/* OP */
|
||||
.watch-thread-link {
|
||||
vertical-align: bottom;
|
||||
@ -1181,8 +1175,16 @@ a.useremail:last-of-type {
|
||||
.op-background .op.post {
|
||||
<%= sizing %>: border-box;
|
||||
}
|
||||
<% if (type === 'userscript') { %>
|
||||
/* Force Reply Break */
|
||||
.op-background .op.post .postMessage::after,
|
||||
.force-reply-break <% } %>.op.post .postMessage::after {
|
||||
display: block;
|
||||
content: ' ';
|
||||
clear: both;
|
||||
}
|
||||
/* Summary */
|
||||
.force-reply-break .summary {
|
||||
<% if (type === 'userscript') { %>.force-reply-break <% } %>.summary {
|
||||
clear: both;
|
||||
}
|
||||
/* Inlined */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user