1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

expand auxPanel when showing apps

This commit is contained in:
Matthew Hodgson
2017-08-17 19:06:19 +01:00
parent 91fe308f06
commit 7c04a6671d

View File

@@ -137,7 +137,7 @@ module.exports = React.createClass({
} }
return ( return (
<div className="mx_RoomView_auxPanel" style={{maxHeight: this.props.maxHeight}} > <div className={ appsDrawer ? "mx_RoomView_auxPanel mx_RoomView_auxPanel_apps" : "mx_RoomView_auxPanel" } style={{maxHeight: this.props.maxHeight}} >
{ appsDrawer } { appsDrawer }
{ fileDropTarget } { fileDropTarget }
{ callView } { callView }