You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Remove weird styling
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@ -2058,7 +2058,7 @@ export default class RoomView extends React.Component<IProps, IState> {
|
|||||||
appsShown={this.state.showApps}
|
appsShown={this.state.showApps}
|
||||||
/>
|
/>
|
||||||
<MainSplit panel={rightPanel} resizeNotifier={this.props.resizeNotifier}>
|
<MainSplit panel={rightPanel} resizeNotifier={this.props.resizeNotifier}>
|
||||||
<div className={"mx_RoomView_container"}>
|
<div className="mx_RoomView_container">
|
||||||
{auxPanel}
|
{auxPanel}
|
||||||
<div className="mx_RoomView_body">
|
<div className="mx_RoomView_body">
|
||||||
<div className={timelineClasses}>
|
<div className={timelineClasses}>
|
||||||
|
Reference in New Issue
Block a user