Remove mx_RoomView_container
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
0d6a9fce67
commit
11c5aa02d2
3 changed files with 15 additions and 24 deletions
|
@ -20,6 +20,7 @@ limitations under the License.
|
|||
min-width: 0;
|
||||
height: 100%;
|
||||
justify-content: space-between;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.mx_MainSplit > .mx_RightPanel_ResizeWrapper {
|
||||
|
|
|
@ -135,14 +135,6 @@ limitations under the License.
|
|||
height: 50px;
|
||||
}
|
||||
|
||||
.mx_RoomView_container {
|
||||
position: relative; //for .mx_RoomView_auxPanel_fullHeight
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.mx_RoomView_body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
@ -2058,9 +2058,8 @@ export default class RoomView extends React.Component<IProps, IState> {
|
|||
appsShown={this.state.showApps}
|
||||
/>
|
||||
<MainSplit panel={rightPanel} resizeNotifier={this.props.resizeNotifier}>
|
||||
<div className="mx_RoomView_container">
|
||||
{auxPanel}
|
||||
<div className="mx_RoomView_body">
|
||||
{auxPanel}
|
||||
<div className={timelineClasses}>
|
||||
{topUnreadMessagesBar}
|
||||
{jumpToBottom}
|
||||
|
@ -2076,7 +2075,6 @@ export default class RoomView extends React.Component<IProps, IState> {
|
|||
{previewBar}
|
||||
{messageComposer}
|
||||
</div>
|
||||
</div>
|
||||
</MainSplit>
|
||||
</ErrorBoundary>
|
||||
</main>
|
||||
|
|
Loading…
Reference in a new issue