Calling: Add local video/mute to local preview; button order
This commit is contained in:
parent
0da867a0ef
commit
6d216a3eca
7 changed files with 106 additions and 59 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue