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

This commit is contained in:
ccd0 2014-05-03 09:53:57 -07:00
parent 0dab9c3190
commit 66e402031c

View File

@ -795,11 +795,15 @@ 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,
.thread #qr select[data-name=thread],
#file-n-submit:not(.has-file) #qr-filerm {
display: none;
}
:root:not(.hide-original-post-form):not(.catalog) #postForm {
display: table;
}
#qr select,
#dump-button,
#url-button,