Smaller avatar, more padding on text

This commit is contained in:
David Baker 2020-12-07 15:42:35 +00:00
parent c7f1d97b1a
commit 3b25a3be98
2 changed files with 2 additions and 2 deletions

View file

@ -489,7 +489,7 @@ export default class CallView extends React.Component<IProps, IState> {
{callControls}
</div>;
} else {
const avatarSize = this.props.room ? 200 : 75;
const avatarSize = this.props.room ? 160 : 75;
const classes = classNames({
mx_CallView_voice: true,
mx_CallView_voice_hold: isOnHold,