Skip to content
Prev Previous commit
Next Next commit
Reorder flex CSS rules for call button
Signed-off-by: Daniel Calviño Sánchez <[email protected]>
  • Loading branch information
danxuliu committed Aug 28, 2019
commit 7dc9653a5994e72dffabcf791bf21056286ed32b
3 changes: 1 addition & 2 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -939,14 +939,13 @@ body:not(#body-public) .participantWithList > li > span:not(.currentUser):not(.g
display: flex;
align-items: center;

.call-button,
.share-link-options {
flex-grow: 1;
flex-basis: 50%;
}

.call-button {
flex-grow: 0;
flex-basis: 50%;

.join-call,
.leave-call {
Expand Down