mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Fix call animation from speaker to grid view so animating speaker is on top
This commit is contained in:
@@ -4352,6 +4352,8 @@ button.module-image__border-overlay:focus {
|
||||
line-height: 0;
|
||||
overflow: hidden;
|
||||
border-radius: 10px;
|
||||
|
||||
// Should match GroupCallRemoteParticipant CONTAINER_TRANSITION_TIME
|
||||
transition:
|
||||
top 200ms linear,
|
||||
inset-inline-start 200ms linear,
|
||||
@@ -4531,6 +4533,10 @@ button.module-image__border-overlay:focus {
|
||||
}
|
||||
}
|
||||
|
||||
&--is-on-top {
|
||||
z-index: variables.$z-index-above-above-base;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.module-ongoing-call__group-call-remote-participant__info__contact-name {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user