Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

160 lines
4.3 KiB
Plaintext
Raw Permalink Normal View History

2021-05-29 21:22:58 +02:00
/*
2024-09-09 14:57:16 +01:00
Copyright 2024 New Vector Ltd.
2021-05-29 21:22:58 +02:00
Copyright 2021 Šimon Brandner <simon.bra.ag@gmail.com>
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial
2024-09-09 14:57:16 +01:00
Please see LICENSE files in the repository root for full details.
2021-05-29 21:22:58 +02:00
*/
.mx_LegacyCallEvent_wrapper {
2021-05-29 21:22:58 +02:00
display: flex;
2021-08-05 11:47:58 +02:00
width: 100%;
2021-05-29 21:22:58 +02:00
.mx_LegacyCallEvent {
display: flex;
2021-06-01 07:55:55 +02:00
flex-direction: row;
2022-04-14 20:27:29 +00:00
flex-wrap: wrap;
2021-06-01 10:03:23 +02:00
align-items: center;
2021-08-05 11:47:58 +02:00
justify-content: space-between;
gap: var(--cpd-space-1x) 0;
2022-04-14 20:27:29 +00:00
position: relative;
margin: var(--cpd-space-1x) 0;
padding: var(--cpd-space-3x) var(--cpd-space-6x);
2022-04-14 20:27:29 +00:00
box-sizing: border-box;
2021-08-05 11:47:58 +02:00
background-color: $dark-panel-bg-color;
border-radius: 8px;
2021-08-13 10:59:59 +02:00
width: 65%;
2022-04-14 20:27:29 +00:00
height: fit-content;
2021-06-19 20:02:51 +02:00
.mx_LegacyCallEvent_iconButton {
2021-06-19 20:02:51 +02:00
display: inline-flex;
svg {
2021-06-19 20:02:51 +02:00
height: 16px;
width: 16px;
color: $secondary-content;
2021-06-19 20:02:51 +02:00
}
}
.mx_LegacyCallEvent_info {
2021-08-05 11:47:58 +02:00
display: flex;
flex-direction: row;
align-items: center;
2022-04-14 20:27:29 +00:00
width: fit-content;
max-width: 100%;
2021-08-05 11:47:58 +02:00
.mx_LegacyCallEvent_info_basic {
2021-08-05 11:47:58 +02:00
display: flex;
flex-direction: column;
gap: var(--cpd-space-1x);
margin-left: 10px; /* To match mx_LegacyCallEvent */
2022-04-14 20:27:29 +00:00
margin-right: 10px;
2021-08-16 10:08:16 +02:00
min-width: 0;
2021-08-05 11:47:58 +02:00
.mx_LegacyCallEvent_sender {
2023-06-29 11:30:25 +01:00
font-weight: var(--cpd-font-weight-semibold);
margin-bottom: var(--cpd-space-1x);
2021-08-16 10:08:16 +02:00
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
2021-08-05 11:47:58 +02:00
}
.mx_LegacyCallEvent_type {
2021-08-05 11:47:58 +02:00
font-weight: 400;
color: $secondary-content;
2021-08-05 11:47:58 +02:00
}
}
}
.mx_LegacyCallEvent_content {
2021-08-05 11:47:58 +02:00
display: flex;
2022-04-14 20:27:29 +00:00
flex-wrap: wrap;
2021-08-05 11:47:58 +02:00
align-items: center;
color: $secondary-content;
font-size: $font-12px;
gap: var(--cpd-space-3x); /* See mx_IncomingLegacyCallToast_buttons */
margin-inline-start: 42px; /* avatar (32px) + mx_LegacyCallEvent_info_basic margin (10px) */
2022-04-14 20:27:29 +00:00
word-break: break-word;
max-width: fit-content;
2021-08-05 11:47:58 +02:00
.mx_LegacyCallEvent_content_button {
@mixin LegacyCallButton;
padding: 0 var(--cpd-space-3x);
font-size: inherit;
2021-08-05 11:47:58 +02:00
}
.mx_LegacyCallEvent_content_tooltip {
2021-08-05 11:47:58 +02:00
margin-right: 5px;
}
}
&.mx_LegacyCallEvent_narrow {
2021-08-05 11:47:58 +02:00
flex-direction: column;
align-items: unset;
gap: var(--cpd-space-1x) var(--cpd-space-4x);
2022-04-14 20:27:29 +00:00
height: unset;
min-width: 290px;
2021-08-05 11:47:58 +02:00
.mx_LegacyCallEvent_iconButton {
2021-08-05 11:47:58 +02:00
position: absolute;
margin-right: 0;
top: 12px;
right: 12px;
height: 16px;
width: 16px;
display: flex;
}
.mx_LegacyCallEvent_info {
align-items: center;
2021-08-05 11:47:58 +02:00
}
}
2021-06-01 10:03:23 +02:00
}
2021-05-29 21:22:58 +02:00
}
2022-04-14 20:27:29 +00:00
.mx_LegacyCallEvent_type_icon {
height: 16px;
width: 16px;
margin-right: 6px;
display: inline-block;
vertical-align: -2px;
svg {
position: absolute;
height: inherit;
width: inherit;
color: $tertiary-content;
}
}
2022-04-14 20:27:29 +00:00
.mx_EventTile[data-layout="bubble"] {
.mx_EventTile_e2eIcon + .mx_LegacyCallEvent_wrapper {
.mx_LegacyCallEvent {
2022-04-14 20:27:29 +00:00
position: relative;
/* 5px (gap) + 14px (e2e icon size * mask-size) + 9px (margin-left of e2e icon) */
2022-04-14 20:27:29 +00:00
right: calc(5px + 14px + 9px);
}
}
}
.mx_EventTile_leftAlignedBubble {
.mx_LegacyCallEvent_wrapper {
.mx_LegacyCallEvent {
&.mx_LegacyCallEvent_narrow {
gap: var(--cpd-space-2x) var(--cpd-space-1x);
2022-04-14 20:27:29 +00:00
}
}
}
}
.mx_IRCLayout {
.mx_LegacyCallEvent_wrapper {
.mx_LegacyCallEvent {
margin-inline-start: var(--cpd-space-1x); /* display green line */
2022-04-14 20:27:29 +00:00
}
}
}