Properly sepearate left column from timeline
This commit is contained in:
parent
8bd5441fae
commit
582b5c90a4
7 changed files with 42 additions and 19 deletions
|
@ -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>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue