Fix more version selector wonkiness

This commit is contained in:
Nassim Jahnke 2023-03-21 10:46:50 +01:00
parent 0f82bd716d
commit 83bc542d8f

View File

@ -27,18 +27,15 @@ summary::marker {
}
summary::after {
content: "🢒";
content: "";
position: absolute;
font-size: 2em;
font-weight: bold;
margin: auto;
bottom: -9px;
right: 0;
transition: all 0.5s;
}
details[open] summary::after {
transform: translate(2px, 5px) rotate(90deg);
transform: rotate(90deg);
}
details {