mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-10 21:02:30 +00:00
Also unify the mobile and web features into one, even though internally they still have separate ways to enable the functionality.
14 lines
219 B
JavaScript
14 lines
219 B
JavaScript
// @flow
|
|
|
|
/**
|
|
* The style of toolbar buttons.
|
|
*/
|
|
export default {
|
|
youtubeVideoContainer: {
|
|
alignItems: 'center',
|
|
flex: 1,
|
|
flexDirection: 'column',
|
|
justifyContent: 'center'
|
|
}
|
|
};
|