mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 21:07:47 +00:00
13 lines
208 B
TypeScript
13 lines
208 B
TypeScript
/**
|
|
* The styles of the feature visitors.
|
|
*/
|
|
export default {
|
|
|
|
raiseHandButton: {
|
|
display: 'flex',
|
|
alignItems: 'center',
|
|
justifyContent: 'center',
|
|
width: '100%'
|
|
}
|
|
};
|