Center local video in calling lobby
This commit is contained in:
parent
d9e027a417
commit
e678ee031d
1 changed files with 6 additions and 1 deletions
|
@ -6468,9 +6468,10 @@ button.module-image__border-overlay:focus {
|
||||||
|
|
||||||
&__video {
|
&__video {
|
||||||
@include font-body-2;
|
@include font-body-2;
|
||||||
background-color: $color-gray-80;
|
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
color: $color-white;
|
color: $color-white;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
margin-top: 24px;
|
margin-top: 24px;
|
||||||
|
@ -6482,7 +6483,11 @@ button.module-image__border-overlay:focus {
|
||||||
|
|
||||||
&__video-on {
|
&__video-on {
|
||||||
&__video {
|
&__video {
|
||||||
|
display: block;
|
||||||
|
flex-grow: 1;
|
||||||
transform: rotateY(180deg);
|
transform: rotateY(180deg);
|
||||||
|
width: 100%;
|
||||||
|
background-color: $color-gray-80;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue