1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-25 17:02:04 +03:00

clear width of right panel container when collapsed in grid view

This commit is contained in:
Bruno Windels
2019-01-07 15:20:39 +01:00
parent b63bd5ea54
commit 81c48f07c7
4 changed files with 27 additions and 8 deletions

View File

@ -104,7 +104,7 @@ export default class RoomGridView extends React.Component {
}
return (<main className="mx_GroupGridView">
<MainSplit panel={rightPanel}>
<MainSplit panel={rightPanel} disableSizing={this.props.collapsedRhs} >
<div className="mx_GroupGridView_rooms">
{ roomStores.map((roomStore, i) => {
if (roomStore) {