Smaller avatar, more padding on text
parent
c7f1d97b1a
commit
3b25a3be98
|
@ -81,7 +81,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_CallView_voice_holdText {
|
.mx_CallView_voice_holdText {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
padding-top: 10px;
|
padding-top: 20px;
|
||||||
color: $accent-fg-color;
|
color: $accent-fg-color;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
.mx_AccessibleButton_hasKind {
|
.mx_AccessibleButton_hasKind {
|
||||||
|
|
|
@ -489,7 +489,7 @@ export default class CallView extends React.Component<IProps, IState> {
|
||||||
{callControls}
|
{callControls}
|
||||||
</div>;
|
</div>;
|
||||||
} else {
|
} else {
|
||||||
const avatarSize = this.props.room ? 200 : 75;
|
const avatarSize = this.props.room ? 160 : 75;
|
||||||
const classes = classNames({
|
const classes = classNames({
|
||||||
mx_CallView_voice: true,
|
mx_CallView_voice: true,
|
||||||
mx_CallView_voice_hold: isOnHold,
|
mx_CallView_voice_hold: isOnHold,
|
||||||
|
|
Loading…
Reference in New Issue