From dd19323280841a2180f829c0a6764759e7acb58f Mon Sep 17 00:00:00 2001 From: Anirudh <70373803+techwithanirudh@users.noreply.github.com> Date: Sat, 15 Jul 2023 17:56:18 +0530 Subject: [PATCH] Animated sidebar (#649) * Initial Commit * Add transition --- client/src/components/Nav/index.jsx | 22 +++++++++++++++------- client/src/mobile.css | 16 +++++++++++++--- 2 files changed, 28 insertions(+), 10 deletions(-) diff --git a/client/src/components/Nav/index.jsx b/client/src/components/Nav/index.jsx index b0800f7ffb..3a81b3b560 100644 --- a/client/src/components/Nav/index.jsx +++ b/client/src/components/Nav/index.jsx @@ -175,23 +175,31 @@ export default function Nav({ navVisible, setNavVisible }) { return ( <> -