Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 6f6f263f authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files

Remove transition

parent 8624a5e7
Branches
1 merge request!175PB2 documentation and UI changes
...@@ -97,22 +97,18 @@ figure a.headerlink { ...@@ -97,22 +97,18 @@ figure a.headerlink {
overflow: hidden; overflow: hidden;
padding: 0; padding: 0;
width: 0; /* Collapse the sidebar */ width: 0; /* Collapse the sidebar */
transition: width 0.4s ease; transition: none;
}
#pst-primary-sidebar {
transition: width 0.4s ease;
} }
#pst-secondary-sidebar.collapsed { #pst-secondary-sidebar.collapsed {
overflow: hidden; overflow: hidden;
padding: 0; padding: 0;
width: 0; /* Collapse the sidebar */ width: 0; /* Collapse the sidebar */
transition: width 0.4s ease; transition: none;
} }
#pst-secondary-sidebar { #pst-secondary-sidebar {
padding-left: 0px; padding-left: 0px;
transition: width 0.4s ease;
} }
/* Toggle button styles */ /* Toggle button styles */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment