try to fix marker alignment in safari

This commit is contained in:
Shannon Sterz 2024-12-30 21:18:15 +01:00
parent 0ba74f6558
commit 657e7cbfe6

View file

@ -209,12 +209,14 @@
list-style-type: '';
display: flex;
justify-content: space-between;
align-items: center;
}
details > summary > p {
font-style: italic;
text-decoration: underline;
margin: 0;
display: block;
}
details[open] > summary > p {
@ -222,11 +224,12 @@
}
details > summary::-webkit-details-marker {
display:none;
display: none;
}
details > summary::after {
content: '⤵️';
display: block;
}
details[open] > summary {