Restyle CallLobby and ringing screens
This commit is contained in:
parent
87659ef2b5
commit
a33e7d7622
7 changed files with 77 additions and 69 deletions
|
@ -255,6 +255,7 @@ export function CallingLobby({
|
|||
onCancel={onCallCanceled}
|
||||
/>
|
||||
|
||||
<div className="module-calling__spacer module-CallingPreCallInfo-spacer" />
|
||||
<CallingPreCallInfo
|
||||
conversation={conversation}
|
||||
groupMembers={groupMembers}
|
||||
|
@ -267,7 +268,7 @@ export function CallingLobby({
|
|||
|
||||
<div
|
||||
className={classNames(
|
||||
'module-CallingLobby__camera-is-off',
|
||||
'module-calling__camera-is-off module-CallingLobby__camera-is-off',
|
||||
`module-CallingLobby__camera-is-off--${
|
||||
shouldShowLocalVideo ? 'invisible' : 'visible'
|
||||
}`
|
||||
|
@ -276,6 +277,8 @@ export function CallingLobby({
|
|||
{i18n('icu:calling__your-video-is-off')}
|
||||
</div>
|
||||
|
||||
<div className="module-calling__spacer module-CallingLobby__CallControls-spacer" />
|
||||
|
||||
<div className="CallControls">
|
||||
<div className="CallControls__InfoDisplay">
|
||||
<div className="CallControls__CallTitle">{conversation.title}</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue