From 6f6f263f364f3e0a7b4e7c2d245945b3a16d851b Mon Sep 17 00:00:00 2001 From: Deepak Khatri <lorforlinux@beagleboard.org> Date: Tue, 3 Dec 2024 17:20:56 +0530 Subject: [PATCH] Remove transition --- _static/css/custom.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/_static/css/custom.css b/_static/css/custom.css index 35468a3a..6407cf85 100644 --- a/_static/css/custom.css +++ b/_static/css/custom.css @@ -97,22 +97,18 @@ figure a.headerlink { overflow: hidden; padding: 0; width: 0; /* Collapse the sidebar */ - transition: width 0.4s ease; -} -#pst-primary-sidebar { - transition: width 0.4s ease; + transition: none; } #pst-secondary-sidebar.collapsed { overflow: hidden; padding: 0; width: 0; /* Collapse the sidebar */ - transition: width 0.4s ease; + transition: none; } #pst-secondary-sidebar { padding-left: 0px; - transition: width 0.4s ease; } /* Toggle button styles */ -- GitLab