feat(media): added extra percentage padding right to screen share view fit

This commit is contained in:
Calin-Teodor 2022-08-18 17:23:13 +03:00 committed by Calinteodor
parent d44cbb6d1e
commit 61df6f6794
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
import { StyleSheet } from 'react-native';
import BaseThemeNative from '../../../ui/components/BaseTheme';
/**
* The styles of the feature base/media.
*/
@ -25,7 +23,7 @@ export default StyleSheet.create({
videoTransformedViewContainerWide: {
overflow: 'hidden',
paddingRight: BaseThemeNative.spacing[10]
paddingRight: '14%'
},
/**