mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Calling: Add local video/mute to local preview; button order
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user