fix: Make sure to correctly reset the values after animating compact mode, p=#11863

* fix: Make sure to correctly reset the values after animating compact mode, b=no-bug, c=compact-mode
This commit is contained in:
mr. m
2026-01-10 23:53:23 +01:00
committed by GitHub
parent e8ad33c0f1
commit a616fc38e7

View File

@@ -467,6 +467,8 @@ window.gZenCompactModeManager = {
});
}
this.sidebar.style.removeProperty('margin-right');
this.sidebar.style.removeProperty('margin-left');
this.sidebar.style.removeProperty('transition');
this.sidebar.style.removeProperty('transform');
this.sidebar.style.removeProperty('point-events');