Redo the table of contents dropdown, with new animation as well

This commit is contained in:
daudix
2024-09-17 04:02:44 +03:00
parent 543d1bf862
commit ed02e10c3a
6 changed files with 76 additions and 17 deletions

View File

@ -259,7 +259,7 @@ details {
transform: scaleY(-100%);
}
&~* {
& ~ * {
animation: details-open var(--transition);
@keyframes details-open {