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 {
|
||||
opacity: .5;
|
||||
}
|
||||
#qp input, .forwarded {
|
||||
#qp input {
|
||||
display: none;
|
||||
}
|
||||
.quotelink.forwardlink,
|
||||
@ -370,13 +370,15 @@ a[href="javascript:;"] {
|
||||
margin: 0 !important;
|
||||
padding: 1px 2px !important;
|
||||
}
|
||||
#qp {
|
||||
padding: 2px 2px 5px;
|
||||
#qp > .opContainer::after {
|
||||
content: '';
|
||||
clear: both;
|
||||
display: table;
|
||||
}
|
||||
#qp .post {
|
||||
border: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding: 2px 2px 5px;
|
||||
}
|
||||
#qp img {
|
||||
max-height: 300px;
|
||||
|
||||
@ -215,7 +215,7 @@ class Clone extends Post
|
||||
|
||||
root.hidden = false # post hiding
|
||||
$.rmClass root, 'forwarded' # quote inlining
|
||||
# $.rmClass post, 'highlight' # keybind navigation
|
||||
$.rmClass post, 'highlight' # keybind navigation, ID highlighting
|
||||
|
||||
if nodes.subject
|
||||
@nodes.subject = $ '.subject', info
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user