From 1259e54d4688a6b5273396a5c2261743b860b311 Mon Sep 17 00:00:00 2001 From: Calin-Teodor Date: Fri, 18 Nov 2022 13:17:51 +0200 Subject: [PATCH] fix(conference/native): apply width and height only on the connection indicator --- react/features/filmstrip/components/native/styles.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/react/features/filmstrip/components/native/styles.js b/react/features/filmstrip/components/native/styles.js index 52bc6fb77..f10371d65 100644 --- a/react/features/filmstrip/components/native/styles.js +++ b/react/features/filmstrip/components/native/styles.js @@ -9,10 +9,8 @@ export const AVATAR_SIZE = 50; const indicatorContainer = { backgroundColor: 'rgba(0, 0, 0, 0.7)', borderRadius: BaseTheme.shape.borderRadius, - height: 32, margin: 2, - padding: 2, - width: 32 + padding: 2 }; /** @@ -122,10 +120,12 @@ export default { indicatorContainer: { ...indicatorContainer, flexShrink: 1, + height: 32, justifyContent: 'center', marginBottom: BaseTheme.spacing[0], marginHorizontal: BaseTheme.spacing[1], - marginTop: BaseTheme.spacing[2] + marginTop: BaseTheme.spacing[2], + width: 32 }, /**