Don't toggle to the minimised left bar size.
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user