From c7a1722a909ada80891d5ed72dc836e2fb1cef69 Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Wed, 27 Sep 2023 19:13:20 +0200 Subject: [PATCH] increase avatar sizes in MediaSettings Signed-off-by: Maksim Sukharev --- .../MediaSettings/MediaSettings.vue | 29 +++++++++---------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/src/components/MediaSettings/MediaSettings.vue b/src/components/MediaSettings/MediaSettings.vue index 157b2ab720d2..260c9924c7f7 100644 --- a/src/components/MediaSettings/MediaSettings.vue +++ b/src/components/MediaSettings/MediaSettings.vue @@ -3,7 +3,7 @@ - - @author Marco Ambrosini - - - @license GNU AGPL version 3 or any later version + - @license AGPL-3.0-or-later - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as @@ -41,14 +41,14 @@
+ class="avatar avatar-180px guest"> {{ firstLetterOfGuestName }}
@@ -320,12 +320,12 @@ export default { isStartingRecording() { return this.conversation.callRecording === CALL.RECORDING.VIDEO_STARTING - || this.conversation.callRecording === CALL.RECORDING.AUDIO_STARTING + || this.conversation.callRecording === CALL.RECORDING.AUDIO_STARTING }, isRecording() { return this.conversation.callRecording === CALL.RECORDING.VIDEO - || this.conversation.callRecording === CALL.RECORDING.AUDIO + || this.conversation.callRecording === CALL.RECORDING.AUDIO }, showSilentCallOption() { @@ -345,7 +345,7 @@ export default { }, showUpdateChangesButton() { return this.updatedBackground || this.deviceIdChanged || this.audioDeviceStateChanged - || this.videoDeviceStateChanged + || this.videoDeviceStateChanged }, }, @@ -557,13 +557,11 @@ export default {