Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Will authored Apr 27, 2022
1 parent bf906ce commit dbef0ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,17 +152,17 @@
animation-duration: calc(calc(var(--appearance-duration) * var(--total)) * 1s);
}

.key-value:nth-child(4) {
.key-value:nth-last-child(3) {
animation-delay: calc(var(--appearance-duration) * 1s);
height: calc(24px * var(--show-sob));
}

.key-value:nth-child(5) {
.key-value:nth-last-child(2) {
animation-delay: calc(calc(calc(var(--appearance-duration) * calc(var(--show-sob) + 1))) * 1s);
height: calc(24px * var(--show-pb));
}

.key-value:nth-child(6) {
.key-value:nth-last-child(1) {
animation-delay: calc(calc(calc(var(--appearance-duration) * calc(calc(var(--show-sob) + var(--show-pb)) + 1))) * 1s);
height: calc(24px * var(--show-wr));
}
Expand All @@ -184,4 +184,4 @@
50% {
opacity: calc(3 - var(--total));
}
}
}

0 comments on commit dbef0ea

Please sign in to comment.