From a84d7c17fa5120401ed21196f1fd0f08cc1b6433 Mon Sep 17 00:00:00 2001 From: Robert Pintilii Date: Wed, 27 Apr 2022 10:53:58 +0300 Subject: [PATCH] fix(avatar) Center phone icon in participants pane avatars (#11440) --- react/features/base/avatar/components/web/StatelessAvatar.js | 1 + 1 file changed, 1 insertion(+) diff --git a/react/features/base/avatar/components/web/StatelessAvatar.js b/react/features/base/avatar/components/web/StatelessAvatar.js index 3c5fe7757..bac2edc60 100644 --- a/react/features/base/avatar/components/web/StatelessAvatar.js +++ b/react/features/base/avatar/components/web/StatelessAvatar.js @@ -59,6 +59,7 @@ const styles = () => { color: 'rgba(255, 255, 255, 1)', fontWeight: '100', objectFit: 'cover', + textAlign: 'center', '&.avatar-small': { height: '28px !important',