mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-26 03:18:17 +01:00
Calling: Improve the Picture-in-Picture popout
This commit is contained in:
@@ -101,6 +101,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
&--full-screen-call {
|
||||
@include calling-button-icon(
|
||||
'../images/icons/v3/pip/pip-maximize-light.svg',
|
||||
variables.$color-gray-80,
|
||||
variables.$color-gray-15
|
||||
);
|
||||
}
|
||||
|
||||
&--hangup {
|
||||
@include calling-button-icon(
|
||||
'../images/icons/v3/phone/phone-down-fill-light.svg',
|
||||
@@ -264,3 +272,9 @@
|
||||
width: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.module-calling-pip {
|
||||
.CallingButton__button-container {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user