fix(premeeting) drop gradient

It looks particularly odd, specially when any virtual background is activated.
pull/9156/head jitsi-meet_5862
Saúl Ibarra Corretgé 4 years ago committed by Saúl Ibarra Corretgé
parent 9ef984ca3d
commit 89abaa83aa
  1. 8
      css/_premeeting-screens.scss
  2. 1
      react/features/base/premeeting/components/web/PreMeetingScreen.js

@ -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;

@ -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

Loading…
Cancel
Save