mirror of https://github.com/vector-im/riot-web
Merge pull request #5023 from matrix-org/t3chguy/room-list/14644
Add min-width to floating Jitsipull/21833/head
commit
0de6cada57
|
@ -98,6 +98,7 @@ $AppsDrawerBodyHeight: 273px;
|
|||
|
||||
.mx_AppTile_mini .mx_AppTile_persistedWrapper {
|
||||
height: 114px;
|
||||
min-width: 300px;
|
||||
}
|
||||
|
||||
.mx_AppTileMenuBar {
|
||||
|
|
|
@ -104,7 +104,8 @@ export default class CallPreview extends React.Component<IProps, IState> {
|
|||
if (showCall) {
|
||||
return (
|
||||
<CallView
|
||||
className="mx_CallPreview" onClick={this.onCallViewClick}
|
||||
className="mx_CallPreview"
|
||||
onClick={this.onCallViewClick}
|
||||
ConferenceHandler={this.props.ConferenceHandler}
|
||||
showHangup={true}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue