Add 60% opacity black over the avatars when on hold
This commit is contained in:
parent
3b25a3be98
commit
747d743bd0
2 changed files with 17 additions and 6 deletions
|
@ -489,7 +489,7 @@ export default class CallView extends React.Component<IProps, IState> {
|
|||
{callControls}
|
||||
</div>;
|
||||
} else {
|
||||
const avatarSize = this.props.room ? 160 : 75;
|
||||
const avatarSize = this.props.room ? 160 : 76;
|
||||
const classes = classNames({
|
||||
mx_CallView_voice: true,
|
||||
mx_CallView_voice_hold: isOnHold,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue