mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
* feat(share-video) Allow sharing direct video links (mp4 etc) on mobile * fix linting * code review
14 lines
212 B
JavaScript
14 lines
212 B
JavaScript
// @flow
|
|
|
|
/**
|
|
* The style of toolbar buttons.
|
|
*/
|
|
export default {
|
|
videoContainer: {
|
|
alignItems: 'center',
|
|
flex: 1,
|
|
flexDirection: 'column',
|
|
justifyContent: 'center'
|
|
}
|
|
};
|