Revert "expand original post form when not hidden (except in catalog)"

It interferes with captcha loading on the original post form.

This reverts commit 66e402031cac75d5d8c96e667bb6e75fb196dc2f.

Conflicts:
	src/General/css/style.css
This commit is contained in:
ccd0 2014-12-09 02:26:11 -08:00
parent 7ae0aa62f8
commit 4c86bbf7be

View File

@ -950,7 +950,6 @@ span.hide-announcement {
/* QR */
:root.hide-original-post-form #togglePostFormLink,
:root:not(.catalog) #togglePostFormLink,
#qr.autohide:not(.focus):not(:hover):not(:active):not(.captcha-open) > form,
:root.thread-view #qr:not(.show-new-thread-option) select[data-name="thread"],
#file-n-submit:not(.has-file) #qr-filerm {
@ -959,9 +958,6 @@ span.hide-announcement {
:root.hide-original-post-form #postForm {
display: none !important;
}
:root:not(.hide-original-post-form):not(.catalog) #postForm {
display: table;
}
#qr select,
#dump-button,
#url-button,