You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42: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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user