Fix some missing CSS (QR autohide, post forwarding).
This commit is contained in:
parent
90eace9fcb
commit
2c42f1afc5
File diff suppressed because one or more lines are too long
@ -350,7 +350,7 @@ a[href="javascript:;"] {
|
|||||||
.inlined {
|
.inlined {
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
}
|
}
|
||||||
#qp input {
|
#qp input, .forwarded {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.quotelink.forwardlink,
|
.quotelink.forwardlink,
|
||||||
@ -445,7 +445,8 @@ a[href="javascript:;"] {
|
|||||||
|
|
||||||
/* QR */
|
/* QR */
|
||||||
.hide-original-post-form #postForm,
|
.hide-original-post-form #postForm,
|
||||||
.hide-original-post-form .postingMode {
|
.hide-original-post-form .postingMode,
|
||||||
|
#qr.autohide:not(:hover) > form {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
#qr > .move {
|
#qr > .move {
|
||||||
|
|||||||
@ -106,7 +106,7 @@ class Post
|
|||||||
@thread.isSticky = !!$ '.stickyIcon', @nodes.info
|
@thread.isSticky = !!$ '.stickyIcon', @nodes.info
|
||||||
@thread.isClosed = !!$ '.closedIcon', @nodes.info
|
@thread.isClosed = !!$ '.closedIcon', @nodes.info
|
||||||
|
|
||||||
@clones = []
|
@clones = []
|
||||||
g.posts["#{board}.#{@}"] = thread.posts[@] = board.posts[@] = @
|
g.posts["#{board}.#{@}"] = thread.posts[@] = board.posts[@] = @
|
||||||
@kill() if that.isArchived
|
@kill() if that.isArchived
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user