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>
pull/21833/head
Šimon Brandner 2021-03-07 15:05:13 +01:00
parent c638ced21e
commit 35a5442e0d
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 1 additions and 1 deletions

View File

@ -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,