Fix original post form not showing when JS is disabled.
This commit is contained in:
parent
c9209dd672
commit
39e784ee01
@ -110,6 +110,9 @@ marquee,
|
||||
.postMessage marquee + br + br {
|
||||
display: none;
|
||||
}
|
||||
:root:not([data-js-enabled]) #postForm {
|
||||
display: table;
|
||||
}
|
||||
|
||||
/* Anti-autoplay */
|
||||
audio.controls-added {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user