mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-05 05:38:41 +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 (
|
return (
|
||||||
<div className="mx_CallViewForRoom">
|
<div className="mx_CallViewForRoom">
|
||||||
<Resizable
|
<Resizable
|
||||||
minHeight={300}
|
minHeight={380}
|
||||||
maxHeight={maxHeight}
|
maxHeight={maxHeight}
|
||||||
enable={{
|
enable={{
|
||||||
top: false,
|
top: false,
|
||||||
|
|
Loading…
Reference in a new issue