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:
parent
7ae0aa62f8
commit
4c86bbf7be
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user