From cbb525ca0659b843a5216dcf9bc55781e6c9a581 Mon Sep 17 00:00:00 2001 From: "fred.boniface" Date: Fri, 28 Oct 2022 21:26:36 +0100 Subject: [PATCH] Reduce menu transition --- style/new_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/new_style.css b/style/new_style.css index b9ee524..edac275 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -114,7 +114,7 @@ body { max-width: 250px; width: 0; background-color: var(--overlay-color); - transition: 0.7s; + transition: 0.4s; } #sidebar a { padding: 8px 8px 8px 8px;