From dbef0ea0704d410e4b64da680372f06f5e6ba1f0 Mon Sep 17 00:00:00 2001 From: Jean Will Date: Wed, 27 Apr 2022 18:19:45 +0200 Subject: [PATCH] Update style.css --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index a373e2f..8bd20be 100644 --- a/style.css +++ b/style.css @@ -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)); } @@ -184,4 +184,4 @@ 50% { opacity: calc(3 - var(--total)); } -} \ No newline at end of file +}