mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-26 17:01:49 +02: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
@ -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…
x
Reference in New Issue
Block a user