Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 7c04a66

Browse files
committed
expand auxPanel when showing apps
1 parent 91fe308 commit 7c04a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/rooms/AuxPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ module.exports = React.createClass({
137137
}
138138

139139
return (
140-
<div className="mx_RoomView_auxPanel" style={{maxHeight: this.props.maxHeight}} >
140+
<div className={ appsDrawer ? "mx_RoomView_auxPanel mx_RoomView_auxPanel_apps" : "mx_RoomView_auxPanel" } style={{maxHeight: this.props.maxHeight}} >
141141
{ appsDrawer }
142142
{ fileDropTarget }
143143
{ callView }

0 commit comments

Comments
 (0)