From 39e784ee011408d5fef0e9a31321bc99750286a9 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 24 Apr 2015 07:31:53 -0700 Subject: [PATCH] Fix original post form not showing when JS is disabled. --- src/General/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/General/css/style.css b/src/General/css/style.css index f3d1bbc5b..0435cb2a5 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -110,6 +110,9 @@ marquee, .postMessage marquee + br + br { display: none; } +:root:not([data-js-enabled]) #postForm { + display: table; +} /* Anti-autoplay */ audio.controls-added {