diff --git a/react/features/mobile/navigation/screenOptions.js b/react/features/mobile/navigation/screenOptions.js index aaf62d5a9..73456c777 100644 --- a/react/features/mobile/navigation/screenOptions.js +++ b/react/features/mobile/navigation/screenOptions.js @@ -93,7 +93,8 @@ export const drawerContentOptions = { }, drawerStyle: { backgroundColor: BaseTheme.palette.ui12, - width: '54%' + maxWidth: 400, + width: '75%' } };