Some QP styling fixes.
This commit is contained in:
parent
558c5a68dc
commit
415b983fe3
File diff suppressed because one or more lines are too long
@ -347,7 +347,7 @@ a[href="javascript:;"] {
|
|||||||
.inlined {
|
.inlined {
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
}
|
}
|
||||||
#qp input, .forwarded {
|
#qp input {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.quotelink.forwardlink,
|
.quotelink.forwardlink,
|
||||||
@ -370,13 +370,15 @@ a[href="javascript:;"] {
|
|||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
padding: 1px 2px !important;
|
padding: 1px 2px !important;
|
||||||
}
|
}
|
||||||
#qp {
|
#qp > .opContainer::after {
|
||||||
padding: 2px 2px 5px;
|
content: '';
|
||||||
|
clear: both;
|
||||||
|
display: table;
|
||||||
}
|
}
|
||||||
#qp .post {
|
#qp .post {
|
||||||
border: none;
|
border: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 2px 2px 5px;
|
||||||
}
|
}
|
||||||
#qp img {
|
#qp img {
|
||||||
max-height: 300px;
|
max-height: 300px;
|
||||||
|
|||||||
@ -215,7 +215,7 @@ class Clone extends Post
|
|||||||
|
|
||||||
root.hidden = false # post hiding
|
root.hidden = false # post hiding
|
||||||
$.rmClass root, 'forwarded' # quote inlining
|
$.rmClass root, 'forwarded' # quote inlining
|
||||||
# $.rmClass post, 'highlight' # keybind navigation
|
$.rmClass post, 'highlight' # keybind navigation, ID highlighting
|
||||||
|
|
||||||
if nodes.subject
|
if nodes.subject
|
||||||
@nodes.subject = $ '.subject', info
|
@nodes.subject = $ '.subject', info
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user