Calling: Improve the Picture-in-Picture popout

This commit is contained in:
Scott Nonnenberg
2025-04-08 10:11:36 +10:00
committed by GitHub
parent efffc4f569
commit a623ee44c4
18 changed files with 941 additions and 261 deletions

View File

@@ -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;
}
}