Skip to content

Commit

Permalink
Center local video in calling lobby
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn-Signal authored and scottnonnenberg-signal committed Nov 30, 2020
1 parent d9e027a commit e678ee0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion stylesheets/_modules.scss
Expand Up @@ -6468,9 +6468,10 @@ button.module-image__border-overlay:focus {

&__video {
@include font-body-2;
background-color: $color-gray-80;
border-radius: 8px;
color: $color-white;
display: flex;
flex-direction: column;
flex: 1 1 auto;
margin-bottom: 24px;
margin-top: 24px;
Expand All @@ -6482,7 +6483,11 @@ button.module-image__border-overlay:focus {

&__video-on {
&__video {
display: block;
flex-grow: 1;
transform: rotateY(180deg);
width: 100%;
background-color: $color-gray-80;
}
}

Expand Down

0 comments on commit e678ee0

Please sign in to comment.