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 {
|
||||
opacity: .5;
|
||||
}
|
||||
#qp input {
|
||||
#qp input, .forwarded {
|
||||
display: none;
|
||||
}
|
||||
.quotelink.forwardlink,
|
||||
@ -445,7 +445,8 @@ a[href="javascript:;"] {
|
||||
|
||||
/* QR */
|
||||
.hide-original-post-form #postForm,
|
||||
.hide-original-post-form .postingMode {
|
||||
.hide-original-post-form .postingMode,
|
||||
#qr.autohide:not(:hover) > form {
|
||||
display: none;
|
||||
}
|
||||
#qr > .move {
|
||||
|
||||
@ -106,7 +106,7 @@ class Post
|
||||
@thread.isSticky = !!$ '.stickyIcon', @nodes.info
|
||||
@thread.isClosed = !!$ '.closedIcon', @nodes.info
|
||||
|
||||
@clones = []
|
||||
@clones = []
|
||||
g.posts["#{board}.#{@}"] = thread.posts[@] = board.posts[@] = @
|
||||
@kill() if that.isArchived
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user