mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-04 22:00:42 +03:00
Increase minHeight
This is needed for on hold. Otherwise it feels like too much, tbc Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
c638ced21e
commit
35a5442e0d
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ export default class CallViewForRoom extends React.Component<IProps, IState> {
|
|||
return (
|
||||
<div className="mx_CallViewForRoom">
|
||||
<Resizable
|
||||
minHeight={300}
|
||||
minHeight={380}
|
||||
maxHeight={maxHeight}
|
||||
enable={{
|
||||
top: false,
|
||||
|
|
Loading…
Reference in a new issue