matrix-dimension/web/app/widget_wrappers/jitsi/jitsi.component.scss
Travis Ralston 993dcdac21 Add Jitsi screensharing support
Self-hosted Jitsi Meet servers are possible for those running Dimension. The default server is Riot.IM's server.

Adds #87
2017-12-10 01:00:31 -07:00

28 lines
No EOL
460 B
SCSS

// component styles are encapsulated and only applied to their components
#jitsiContainer {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: none;
}
.join-conference-wrapper {
display: table;
position: absolute;
height: 100%;
width: 100%;
}
.join-conference-boat {
display: table-cell;
vertical-align: middle;
}
.join-conference-prompt {
margin-left: auto;
margin-right: auto;
width: 90%;
text-align: center;
}