Design updates to calling lobby

This commit is contained in:
Evan Hahn 2021-09-10 12:24:05 -05:00 committed by GitHub
parent 091f3653e7
commit 58c18ac420
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 98 additions and 77 deletions

View file

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