From d6c7c9dfd924c302ddb8ba499598102b85a23021 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Fri, 17 Nov 2023 06:42:03 +0100 Subject: [PATCH] Updated the sidebar animation soeed to 0.2s --- src/states/Manage/pages/Sidebar/styles.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/states/Manage/pages/Sidebar/styles.sass b/src/states/Manage/pages/Sidebar/styles.sass index 6dbf835..8adb2d3 100644 --- a/src/states/Manage/pages/Sidebar/styles.sass +++ b/src/states/Manage/pages/Sidebar/styles.sass @@ -60,7 +60,7 @@ aside .header:hover height: 100% overflow-y: scroll transform: translateX(-100%) - transition: transform 0.3s ease-in-out + transition: transform 0.2s ease-in-out &.active transform: translateX(0)