Design updates to calling lobby
This commit is contained in:
parent
091f3653e7
commit
58c18ac420
4 changed files with 98 additions and 77 deletions
|
@ -5235,7 +5235,10 @@ button.module-image__border-overlay:focus {
|
|||
}
|
||||
|
||||
&__local-preview-fullsize {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
height: 100%;
|
||||
justify-content: center;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
@ -5245,6 +5248,12 @@ button.module-image__border-overlay:focus {
|
|||
video {
|
||||
@include lonely-local-video-preview;
|
||||
}
|
||||
|
||||
&--presenting {
|
||||
video {
|
||||
transform: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__footer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue