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>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user