mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Add min-width to floating Jitsi
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
7996013cd5
commit
828cfb7138
@ -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 {
|
||||||
|
@ -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}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user