1
Fork 0

Fix CSS issues when javascript is disabled

This commit is contained in:
Guillaume Gomez 2021-03-09 21:02:56 +01:00
parent 4b9f5cc4c1
commit 3d9aceb238

View file

@ -23,3 +23,13 @@ rules.
#main .impl-items .hidden {
display: block !important;
}
#main .impl-items h4.hidden {
/* Without this rule, the version and the "[src]" span aren't on the same line as the header. */
display: flex !important;
}
#main .attributes {
/* Since there is no toggle (the "[-]") when JS is disabled, no need for this margin either. */
margin-left: 0 !important;
}