diff --git a/src/constant/JamiTheme.qml b/src/constant/JamiTheme.qml
index d5ae86bdde754a240b92226b2bb0f4cf29622f10..536c8b50500222834314f054c666cd0cf71b585a 100644
--- a/src/constant/JamiTheme.qml
+++ b/src/constant/JamiTheme.qml
@@ -195,16 +195,16 @@ Item {
     property real smartListAvatarSize: 52
     property real avatarSizeInCall: 130
     property real callButtonPreferredSize: 50
-    property int participantCallInStatusViewWidth: 225
+    property int participantCallInStatusViewWidth: 175
     property int participantCallInStatusViewHeight: 300
-    property int participantCallInStatusDelegateHeight: 105
+    property int participantCallInStatusDelegateHeight: 85
     property int participantCallInStatusDelegateRadius: 5
     property real participantCallInStatusOpacity: 0.77
-    property int participantCallInAvatarSize: 75
+    property int participantCallInAvatarSize: 60
     property int participantCallInNameFontSize: 11
-    property int participantCallInStatusFontSize: 9
-    property int participantCallInStatusTextWidthLimit: 100
-    property int participantCallInStatusTextWidth: 68
+    property int participantCallInStatusFontSize: 7
+    property int participantCallInStatusTextWidthLimit: 80
+    property int participantCallInStatusTextWidth: 40
     property int mosaicButtonRadius: 5
     property int mosaicButtonPreferredMargin: 5
     property real mosaicButtonOpacity: 0.77
diff --git a/src/mainview/components/ParticipantCallInStatusDelegate.qml b/src/mainview/components/ParticipantCallInStatusDelegate.qml
index d73c3991bd295bc0ea153075faf9940441e41958..b21219601c08ec8cf6e74cc2f6b2b0b5e4fbb32f 100644
--- a/src/mainview/components/ParticipantCallInStatusDelegate.qml
+++ b/src/mainview/components/ParticipantCallInStatusDelegate.qml
@@ -80,9 +80,9 @@ SpinningAnimation {
                 id: name
 
                 Layout.alignment: Qt.AlignLeft | Qt.AlignVCenter
-                Layout.preferredWidth: JamiTheme.participantCallInStatusTextWidth
+                Layout.preferredWidth: callStatus.Layout.preferredWidth
 
-                font.weight: Font.ExtraBold
+                font.weight: Font.Bold
                 font.pointSize: JamiTheme.participantCallInNameFontSize
                 color: JamiTheme.participantCallInStatusTextColor
                 text: PrimaryName