-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjitsi2obs.css
25 lines (20 loc) · 965 Bytes
/
jitsi2obs.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* hide non-video participants, to enable remove comment markers */
/*
.display-avatar-only {display: none !important}
*/
/* remove blue shadow around active speaker */
.active-speaker {box-shadow: none !important}
/* add participant border */
.remote-videos-container > .videocontainer {border: 2px solid #B239FF !important}
/* set transparent background */
body, #largeVideoContainer, #react > div, .tile-view #largeVideoContainer
{background-color: transparent !important}
/* hide other UI elements we don't need */
.watermark, .filmstrip__toolbar, .large-video-labels,
#new-toolbox, videoconference_page .subject, .videocontainer > .subject,
.atlaskit-portal div, #filmstripLocalVideo,
#localVideoTileViewContainer, span.videocontainer > span,
.subject, /* hide top bar with subject name */
.indicator-container, /* hide status indicator box */
.vertical-filmstrip div.filmstrip /* hide sidebar filmstrip when in sidebar */
{display: none !important}