jitsi-meet-electron/app/features/settings/styled/SettingsContainer.js
akshitkrnagpal 3bd9970c12 Add ability to configure the server URL
The configured server URL will be used when the room URL is not
a full URL. If a full URL is given, the target server is joined.

The default server URL is https://meet.jit.si
2018-06-25 21:33:28 +02:00

9 lines
117 B
JavaScript

// @flow
import styled from 'styled-components';
export default styled.div`
margin: 0 auto;
width: 70%;
`;