fix up for details summary display. chrome 89 changed default.
This commit is contained in:
parent
0e4aa4db19
commit
b4e6116b11
|
@ -90,14 +90,6 @@ header > details[open] summary span {
|
||||||
header > details li {
|
header > details li {
|
||||||
margin: 1em 0em 1em 0em;
|
margin: 1em 0em 1em 0em;
|
||||||
}
|
}
|
||||||
details summary {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
@supports (-moz-appearance:none) {
|
|
||||||
details summary {
|
|
||||||
display: list-item;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
main {
|
main {
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|
Loading…
Reference in New Issue