Fix Hide Original Post Form (broken by 4chan update).
This commit is contained in:
parent
2fa33ebd2a
commit
5473f8081e
@ -944,7 +944,6 @@ span.hide-announcement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* QR */
|
/* QR */
|
||||||
:root.hide-original-post-form #postForm,
|
|
||||||
:root.hide-original-post-form #togglePostFormLink,
|
:root.hide-original-post-form #togglePostFormLink,
|
||||||
:root:not(.catalog) #togglePostFormLink,
|
:root:not(.catalog) #togglePostFormLink,
|
||||||
#qr.autohide:not(.focus):not(:hover):not(:active) > form,
|
#qr.autohide:not(.focus):not(:hover):not(:active) > form,
|
||||||
@ -952,6 +951,9 @@ span.hide-announcement {
|
|||||||
#file-n-submit:not(.has-file) #qr-filerm {
|
#file-n-submit:not(.has-file) #qr-filerm {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
:root.hide-original-post-form #postForm {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
:root:not(.hide-original-post-form):not(.catalog) #postForm {
|
:root:not(.hide-original-post-form):not(.catalog) #postForm {
|
||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user