You've already forked matrix-react-sdk
							
							
				mirror of
				https://github.com/matrix-org/matrix-react-sdk.git
				synced 2025-11-04 11:51:45 +03:00 
			
		
		
		
	Tweak left panel min widths for better flexibility
This commit is contained in:
		@@ -228,7 +228,8 @@ class LoggedInView extends React.Component<IProps, IState> {
 | 
			
		||||
        let size;
 | 
			
		||||
        let collapsed;
 | 
			
		||||
        const collapseConfig: ICollapseConfig = {
 | 
			
		||||
            toggleSize: 200,
 | 
			
		||||
            // TODO decrease this once Spaces launches as it'll no longer need to include the 56px Community Panel
 | 
			
		||||
            toggleSize: 206 - 50,
 | 
			
		||||
            onCollapsed: (_collapsed) => {
 | 
			
		||||
                collapsed = _collapsed;
 | 
			
		||||
                if (_collapsed) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user