expand original post form when not hidden (except in catalog)
This commit is contained in:
parent
0dab9c3190
commit
66e402031c
@ -795,11 +795,15 @@ span.hide-announcement {
|
|||||||
/* QR */
|
/* QR */
|
||||||
:root.hide-original-post-form #postForm,
|
:root.hide-original-post-form #postForm,
|
||||||
:root.hide-original-post-form #togglePostFormLink,
|
:root.hide-original-post-form #togglePostFormLink,
|
||||||
|
:root:not(.catalog) #togglePostFormLink,
|
||||||
#qr.autohide:not(.focus):not(:hover):not(:active) > form,
|
#qr.autohide:not(.focus):not(:hover):not(:active) > form,
|
||||||
.thread #qr select[data-name=thread],
|
.thread #qr select[data-name=thread],
|
||||||
#file-n-submit:not(.has-file) #qr-filerm {
|
#file-n-submit:not(.has-file) #qr-filerm {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
:root:not(.hide-original-post-form):not(.catalog) #postForm {
|
||||||
|
display: table;
|
||||||
|
}
|
||||||
#qr select,
|
#qr select,
|
||||||
#dump-button,
|
#dump-button,
|
||||||
#url-button,
|
#url-button,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user