lint
This commit is contained in:
parent
17f535e5f8
commit
5380e76b7b
2 changed files with 6 additions and 2 deletions
|
@ -129,4 +129,4 @@ $left-gutter: 65px;
|
||||||
margin-bottom: 4px; // 1/4 of the non-compact margin-bottom
|
margin-bottom: 4px; // 1/4 of the non-compact margin-bottom
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -822,7 +822,11 @@ export default class MessagePanel extends React.Component {
|
||||||
|
|
||||||
let ircResizer = null;
|
let ircResizer = null;
|
||||||
if (this.state.useIRCLayout) {
|
if (this.state.useIRCLayout) {
|
||||||
ircResizer = <IRCTimelineProfileResizer minWidth={20} maxWidth={600} roomId={this.props.room ? this.props.roomroomId : null} />;
|
ircResizer = <IRCTimelineProfileResizer
|
||||||
|
minWidth={20}
|
||||||
|
maxWidth={600}
|
||||||
|
roomId={this.props.room ? this.props.roomroomId : null}
|
||||||
|
/>;
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue