feat(media): added extra percentage padding right to screen share view fit
This commit is contained in:
parent
d44cbb6d1e
commit
61df6f6794
|
@ -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%'
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue