From 456dbaf6fa18b2b90cabe74996b48b6c53678b19 Mon Sep 17 00:00:00 2001 From: Priyansh Agrawal <127022024+priyanshagra@users.noreply.github.com> Date: Thu, 1 Feb 2024 01:59:23 +0530 Subject: [PATCH] Added transition for smooth closing of sidebar --- _sass/custom/custom.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index afdb473f..93ab6746 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -30,6 +30,8 @@ input { } .main.sidebar-toggle { + transition: linear 0.3s; + @include mq(md) { margin-left: calc((100% - 800px) / 2); max-width: 800px;