fix(premeeting): Improve pre-meeting responsiveness for screens less than 1000px

Use 720 (HD) width as breakpoint to change screen layout
Reduce join panel size to be able to see video camera pic
This commit is contained in:
humanamburu 2022-02-25 15:25:16 +01:00 committed by Saúl Ibarra Corretgé
parent bc5e9e2258
commit 7a4a234f8e
1 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@
flex-direction: column;
flex-shrink: 0;
height: 100%;
margin: 0 110px;
margin: 0 30px;
padding: 24px 0 16px;
position: relative;
width: $prejoinDefaultContentWidth;
@ -154,7 +154,7 @@
}
}
@media (max-width: 1000px) {
@media (max-width: 720px) {
flex-direction: column-reverse;
.content {