Add min-width to floating Jitsi

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-07-20 15:15:21 +01:00
parent 7996013cd5
commit 828cfb7138
2 changed files with 3 additions and 1 deletions

View File

@ -98,6 +98,7 @@ $AppsDrawerBodyHeight: 273px;
.mx_AppTile_mini .mx_AppTile_persistedWrapper { .mx_AppTile_mini .mx_AppTile_persistedWrapper {
height: 114px; height: 114px;
min-width: 300px;
} }
.mx_AppTileMenuBar { .mx_AppTileMenuBar {

View File

@ -104,7 +104,8 @@ export default class CallPreview extends React.Component<IProps, IState> {
if (showCall) { if (showCall) {
return ( return (
<CallView <CallView
className="mx_CallPreview" onClick={this.onCallViewClick} className="mx_CallPreview"
onClick={this.onCallViewClick}
ConferenceHandler={this.props.ConferenceHandler} ConferenceHandler={this.props.ConferenceHandler}
showHangup={true} showHangup={true}
/> />