Calling: Add local video/mute to local preview; button order

This commit is contained in:
ayumi-signal 2023-11-01 10:56:38 -07:00 committed by GitHub
parent 0da867a0ef
commit 6d216a3eca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 106 additions and 59 deletions

View file

@ -3939,27 +3939,27 @@ button.module-image__border-overlay:focus {
}
&__info {
@include font-caption;
align-items: flex-end;
bottom: 0;
display: flex;
height: 48px;
justify-content: space-between;
padding: 6px;
position: absolute;
height: 60px;
justify-content: space-between;
padding-block: 0 16px;
padding-inline: 16px;
user-select: none;
width: 100%;
z-index: $z-index-above-base;
&__contact-name {
font-size: 12px;
font-size: 13px;
line-height: 18px;
color: $color-white;
margin-inline-end: 20px;
overflow: hidden;
text-overflow: ellipsis;
visibility: hidden;
white-space: nowrap;
margin-bottom: 2px;
}
}
@ -4047,13 +4047,6 @@ button.module-image__border-overlay:focus {
transform: inherit;
}
}
.CallingAudioIndicator {
bottom: 6px;
position: absolute;
inset-inline-end: 6px;
z-index: $z-index-base;
}
}
}