Fix original post form not showing when JS is disabled.

This commit is contained in:
ccd0 2015-04-24 07:31:53 -07:00
parent c9209dd672
commit 39e784ee01

View File

@ -110,6 +110,9 @@ marquee,
.postMessage marquee + br + br {
display: none;
}
:root:not([data-js-enabled]) #postForm {
display: table;
}
/* Anti-autoplay */
audio.controls-added {