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 {
|
.postMessage marquee + br + br {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
:root:not([data-js-enabled]) #postForm {
|
||||||
|
display: table;
|
||||||
|
}
|
||||||
|
|
||||||
/* Anti-autoplay */
|
/* Anti-autoplay */
|
||||||
audio.controls-added {
|
audio.controls-added {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user