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 {
|
||||
margin: 1em 0em 1em 0em;
|
||||
}
|
||||
details summary {
|
||||
display: inline;
|
||||
}
|
||||
@supports (-moz-appearance:none) {
|
||||
details summary {
|
||||
display: list-item;
|
||||
}
|
||||
}
|
||||
main {
|
||||
max-width: 1200px;
|
||||
margin: auto;
|
||||
|
|
Loading…
Reference in New Issue