diff --git a/src/General/css/style.css b/src/General/css/style.css index e136df76d..0f03d7996 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -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; }