Fix Hide Original Post Form (broken by 4chan update).

This commit is contained in:
ccd0 2014-11-11 00:00:10 -08:00
parent 2fa33ebd2a
commit 5473f8081e

View File

@ -944,7 +944,6 @@ span.hide-announcement {
}
/* QR */
:root.hide-original-post-form #postForm,
:root.hide-original-post-form #togglePostFormLink,
:root:not(.catalog) #togglePostFormLink,
#qr.autohide:not(.focus):not(:hover):not(:active) > form,
@ -952,6 +951,9 @@ span.hide-announcement {
#file-n-submit:not(.has-file) #qr-filerm {
display: none;
}
:root.hide-original-post-form #postForm {
display: none !important;
}
:root:not(.hide-original-post-form):not(.catalog) #postForm {
display: table;
}