1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +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:
Šimon Brandner
2021-03-07 15:05:13 +01:00
parent c638ced21e
commit 35a5442e0d

View File

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