From b21beecbea5cf44d25e6ac837c812d70e533712b Mon Sep 17 00:00:00 2001 From: Robert Pintilii Date: Mon, 31 Jan 2022 11:47:53 +0200 Subject: [PATCH] fix(title-bar) Fix native titlebar (#10882) --- react/features/conference/components/native/styles.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/react/features/conference/components/native/styles.js b/react/features/conference/components/native/styles.js index 2192ddcf0..cc090d3e9 100644 --- a/react/features/conference/components/native/styles.js +++ b/react/features/conference/components/native/styles.js @@ -132,7 +132,6 @@ export default { }, alwaysOnTitleBar: { - padding: 4, paddingRight: 0, borderRadius: 6, backgroundColor: 'rgba(0, 0, 0, .5)', @@ -141,7 +140,11 @@ export default { alignSelf: 'flex-start', alignItems: 'center', justifyContent: 'center', - marginTop: BaseTheme.spacing[2] + marginTop: BaseTheme.spacing[2], + + '&:not(:empty)': { + padding: 4 + } }, expandedLabelWrapper: {