From d717e082817720926a1f28ee372c675553639630 Mon Sep 17 00:00:00 2001 From: frog-da <84839431+frog-da@users.noreply.github.com> Date: Tue, 13 Feb 2024 23:35:01 +0300 Subject: [PATCH] Add transition when opening and closing sidebar --- components/layout/Sidebar.tsx | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/components/layout/Sidebar.tsx b/components/layout/Sidebar.tsx index e0864a8..46f9e38 100644 --- a/components/layout/Sidebar.tsx +++ b/components/layout/Sidebar.tsx @@ -104,25 +104,21 @@ function Sidebar({ children }: React.PropsWithChildren) {