mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-03-07 15:31:00 +08:00
Fix more version selector wonkiness
This commit is contained in:
parent
0f82bd716d
commit
83bc542d8f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user