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
1 merge request!175PB2 documentation and UI changes
......@@ -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 */
......
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