Skip to content

Beta 2.2.2

Choose a tag to compare

@DenisVargaeu DenisVargaeu released this 06 Jan 17:12

Fixes
Sidebar Layout Gap: Fixed an issue where the main content area would briefly shift or display with an incorrect margin when navigating between pages with the sidebar collapsed.
State Persistence: The collapsed state of the sidebar is now stored and applied more reliably, preventing race conditions on page load.
Technical Details
Moved the collapsed state class to the element (.sidebar-collapsed-state) to ensure layout rules apply immediately before content rendering.
Updated
style.css
to use robust body-based selectors.