From d91990507ef703dd3a7e939c38b66fcb955ac9fd Mon Sep 17 00:00:00 2001 From: thijsoid <1070493@hr.nl> Date: Sun, 17 Mar 2024 14:15:25 +0000 Subject: [PATCH] Increase annotation popup animation --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 8546faf..9e95c01 100644 --- a/style.css +++ b/style.css @@ -145,7 +145,7 @@ nav label { overflow: hidden; display: inline-block; clear:both; - transition: 0.2s linear max-height; + transition: 1s linear max-height; font-family: CascadiaCode VTT, monospace; font-size: 14px; padding: 0px 2px;