mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Show local speaking indicator for group calls
This commit is contained in:
@@ -4291,17 +4291,10 @@ button.module-image__border-overlay:focus {
|
||||
}
|
||||
}
|
||||
|
||||
&--audio-muted::before {
|
||||
@include color-svg(
|
||||
'../images/icons/v2/mic-off-solid-28.svg',
|
||||
$color-white
|
||||
);
|
||||
.CallingAudioIndicator {
|
||||
bottom: 6px;
|
||||
content: '';
|
||||
height: 14px;
|
||||
position: absolute;
|
||||
right: 6px;
|
||||
width: 14px;
|
||||
z-index: $z-index-base;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user