From 5473f8081eea2147056a2e1fe25614a28a02fb79 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Tue, 11 Nov 2014 00:00:10 -0800 Subject: [PATCH] Fix `Hide Original Post Form` (broken by 4chan update). --- src/General/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; }