Say when a call was answered from a different device (#10224)

* Say when a call was answered from a different device

* Adjust font size on call tiles to match designs
This commit is contained in:
Robin
2023-02-24 14:45:53 +00:00
committed by GitHub
parent 73de53468a
commit 4c79ecf141
4 changed files with 12 additions and 2 deletions
@@ -160,6 +160,7 @@ limitations under the License.
flex-wrap: wrap;
align-items: center;
color: $secondary-content;
font-size: $font-12px;
gap: $spacing-12; /* See mx_IncomingLegacyCallToast_buttons */
margin-inline-start: 42px; /* avatar (32px) + mx_LegacyCallEvent_info_basic margin (10px) */
word-break: break-word;
@@ -168,6 +169,7 @@ limitations under the License.
.mx_LegacyCallEvent_content_button {
@mixin LegacyCallButton;
padding: 0 $spacing-12;
font-size: inherit;
span::before {
mask-size: 16px;