try to fix marker alignment in safari
This commit is contained in:
parent
0ba74f6558
commit
657e7cbfe6
1 changed files with 4 additions and 1 deletions
|
@ -209,12 +209,14 @@
|
||||||
list-style-type: '';
|
list-style-type: '';
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
details > summary > p {
|
details > summary > p {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
details[open] > summary > p {
|
details[open] > summary > p {
|
||||||
|
@ -227,6 +229,7 @@
|
||||||
|
|
||||||
details > summary::after {
|
details > summary::after {
|
||||||
content: '⤵️';
|
content: '⤵️';
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
details[open] > summary {
|
details[open] > summary {
|
||||||
|
|
Loading…
Reference in a new issue