mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-01 03:41:31 +02:00
expand auxPanel when showing apps
This commit is contained in:
parent
91fe308f06
commit
7c04a6671d
@ -137,7 +137,7 @@ module.exports = React.createClass({
|
||||
}
|
||||
|
||||
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 }
|
||||
{ fileDropTarget }
|
||||
{ callView }
|
||||
|
Loading…
x
Reference in New Issue
Block a user