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 
			
		
		
		
	Properly sepearate left column from timeline
This commit is contained in:
		@@ -131,10 +131,10 @@ export default class BackdropPanel extends React.PureComponent<IProps> {
 | 
			
		||||
 | 
			
		||||
    public render() {
 | 
			
		||||
        if (!this.props.backgroundImage) return null;
 | 
			
		||||
        return <div>
 | 
			
		||||
        return <div className="mx_BackdropPanel">
 | 
			
		||||
            <canvas
 | 
			
		||||
                ref={this.spacesCanvasRef}
 | 
			
		||||
                className="mx_BackdropPanel"
 | 
			
		||||
                className="mx_BackdropPanel--canvas"
 | 
			
		||||
                style={{
 | 
			
		||||
                    opacity: .19,
 | 
			
		||||
                }}
 | 
			
		||||
@@ -145,7 +145,7 @@ export default class BackdropPanel extends React.PureComponent<IProps> {
 | 
			
		||||
                    opacity: .12,
 | 
			
		||||
                }}
 | 
			
		||||
                ref={this.roomListCanvasRef}
 | 
			
		||||
                className="mx_BackdropPanel"
 | 
			
		||||
                className="mx_BackdropPanel--canvas"
 | 
			
		||||
            />
 | 
			
		||||
        </div>;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
@@ -644,8 +644,8 @@ class LoggedInView extends React.Component<IProps, IState> {
 | 
			
		||||
                            resizeNotifier={this.props.resizeNotifier}
 | 
			
		||||
                        />
 | 
			
		||||
                        <ResizeHandle />
 | 
			
		||||
                        { pageElement }
 | 
			
		||||
                    </div>
 | 
			
		||||
                    { pageElement }
 | 
			
		||||
                </div>
 | 
			
		||||
                <CallContainer />
 | 
			
		||||
                <NonUrgentToastContainer />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user