fix(premeeting) drop gradient

It looks particularly odd, specially when any virtual background is activated.
This commit is contained in:
Saúl Ibarra Corretgé 2021-05-06 08:59:25 +02:00 committed by Saúl Ibarra Corretgé
parent 9ef984ca3d
commit 89abaa83aa
2 changed files with 1 additions and 8 deletions

View File

@ -1,8 +1,7 @@
/**
* Shared style for full screen local track based dialogs/modals.
*/
.premeeting-screen,
.preview-overlay {
.premeeting-screen {
position: absolute;
left: 0;
right: 0;
@ -93,11 +92,6 @@
}
}
.preview-overlay {
background-image: linear-gradient(transparent, black);
z-index: $toolbarZ + 1;
}
.content {
align-items: center;
display: flex;

View File

@ -97,7 +97,6 @@ export default class PreMeetingScreen extends PureComponent<Props> {
<Preview
videoMuted = { videoMuted }
videoTrack = { videoTrack } />
{!videoMuted && <div className = 'preview-overlay' />}
<div className = 'content'>
{showAvatar && videoMuted && (
<Avatar