Don't toggle to the minimised left bar size.

This commit is contained in:
David Langley
2025-04-16 13:11:18 +01:00
parent 6767e4d6ad
commit 05a1e14060
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ Please see LICENSE files in the repository root for full details.
.mx_LeftPanel_wrapper,
.mx_LeftPanel {
--collapsedWidth: 68px;
--collapsedWidth: 232px;
}
.mx_LeftPanel_wrapper {

View File

@@ -261,7 +261,7 @@ class LoggedInView extends React.Component<IProps, IState> {
let panelCollapsed: boolean;
const collapseConfig: ICollapseConfig = {
// TODO decrease this once Spaces launches as it'll no longer need to include the 56px Community Panel
toggleSize: 206 - 50,
toggleSize: 232,
onCollapsed: (collapsed) => {
panelCollapsed = collapsed;
if (collapsed) {