2019-10-07 23:52:50 +08:00
|
|
|
/*
|
|
|
|
Copyright 2015, 2016 OpenMarket Ltd
|
|
|
|
Copyright 2019 The Matrix.org Foundation C.I.C.
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
*/
|
|
|
|
|
2020-09-08 17:19:51 +08:00
|
|
|
.mx_UserInfo.mx_BaseCard {
|
2022-07-27 21:39:29 +08:00
|
|
|
/* UserInfo has a circular image at the top so it fits between the back & close buttons */
|
2020-09-08 17:19:51 +08:00
|
|
|
padding-top: 0;
|
2019-10-07 23:52:50 +08:00
|
|
|
overflow-y: auto;
|
2023-07-05 02:02:39 +08:00
|
|
|
font-size: var(--cpd-font-size-body-sm);
|
2019-10-07 23:52:50 +08:00
|
|
|
|
2019-11-14 00:59:22 +08:00
|
|
|
.mx_UserInfo_cancel {
|
|
|
|
cursor: pointer;
|
|
|
|
position: absolute;
|
2020-01-24 00:09:32 +08:00
|
|
|
top: 0;
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: $dark-panel-bg-color;
|
2023-06-06 22:03:52 +08:00
|
|
|
margin: 9px;
|
2022-07-27 21:39:29 +08:00
|
|
|
z-index: 1; /* render on top of the right panel */
|
2020-01-24 00:09:32 +08:00
|
|
|
|
|
|
|
div {
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
padding: 4px;
|
|
|
|
mask-image: url("$(res)/img/minimise.svg");
|
|
|
|
mask-repeat: no-repeat;
|
|
|
|
mask-position: 7px center;
|
2021-11-16 18:10:44 +08:00
|
|
|
background-color: $header-panel-text-primary-color;
|
2020-01-24 00:09:32 +08:00
|
|
|
}
|
2019-11-14 00:59:22 +08:00
|
|
|
}
|
2019-10-07 23:52:50 +08:00
|
|
|
|
2019-11-14 00:59:22 +08:00
|
|
|
.mx_UserInfo_container {
|
2024-07-18 22:24:44 +08:00
|
|
|
padding: var(--cpd-space-4x) 0;
|
|
|
|
margin: 0 var(--cpd-space-4x);
|
2022-05-02 09:08:42 +08:00
|
|
|
|
|
|
|
.mx_UserInfo_container_verifyButton {
|
|
|
|
margin-top: $spacing-8;
|
|
|
|
}
|
2020-01-24 19:45:39 +08:00
|
|
|
|
2024-07-18 22:24:44 +08:00
|
|
|
& + .mx_UserInfo_container {
|
|
|
|
border-top: 1px solid $separator;
|
|
|
|
}
|
2019-11-14 00:59:22 +08:00
|
|
|
}
|
2019-10-07 23:52:50 +08:00
|
|
|
|
2019-11-14 00:59:22 +08:00
|
|
|
.mx_UserInfo_memberDetailsContainer {
|
2020-01-24 19:45:39 +08:00
|
|
|
padding-top: 0;
|
2019-11-14 00:59:22 +08:00
|
|
|
padding-bottom: 0;
|
2022-05-23 19:42:31 +08:00
|
|
|
margin-bottom: $spacing-8;
|
2019-11-14 00:59:22 +08:00
|
|
|
}
|
2019-10-07 23:52:50 +08:00
|
|
|
|
2022-03-23 06:14:11 +08:00
|
|
|
.mx_RoomTile_titleContainer {
|
2019-11-14 00:59:22 +08:00
|
|
|
width: 154px;
|
|
|
|
}
|
2019-10-07 23:52:50 +08:00
|
|
|
|
2019-11-14 00:59:22 +08:00
|
|
|
.mx_RoomTile_badge {
|
|
|
|
display: none;
|
|
|
|
}
|
2019-10-07 23:52:50 +08:00
|
|
|
|
2022-03-23 06:14:11 +08:00
|
|
|
.mx_RoomTile_title {
|
2019-11-14 00:59:22 +08:00
|
|
|
width: 160px;
|
|
|
|
}
|
2019-10-07 23:52:50 +08:00
|
|
|
|
2019-11-14 00:59:22 +08:00
|
|
|
.mx_UserInfo_avatar {
|
2022-05-23 19:42:31 +08:00
|
|
|
margin: $spacing-24 $spacing-32 0 $spacing-32;
|
|
|
|
|
|
|
|
.mx_UserInfo_avatar_transition {
|
2024-07-18 22:24:44 +08:00
|
|
|
max-width: 120px;
|
2023-08-24 11:48:35 +08:00
|
|
|
aspect-ratio: 1 / 1;
|
2022-05-23 19:42:31 +08:00
|
|
|
margin: 0 auto;
|
|
|
|
transition: 0.5s;
|
|
|
|
|
2023-09-08 18:56:59 +08:00
|
|
|
.mx_BaseAvatar {
|
|
|
|
/* Override the calculated font-size so that the letter isn't tiny */
|
|
|
|
font-size: 4rem;
|
|
|
|
}
|
|
|
|
|
2023-08-24 11:48:35 +08:00
|
|
|
.mx_BaseAvatar,
|
|
|
|
.mx_BaseAvatar img {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2022-05-23 19:42:31 +08:00
|
|
|
}
|
2021-11-30 01:11:40 +08:00
|
|
|
}
|
2019-11-14 00:59:22 +08:00
|
|
|
}
|
2019-10-07 23:52:50 +08:00
|
|
|
|
2024-07-18 22:24:44 +08:00
|
|
|
h2 {
|
2019-11-14 00:59:22 +08:00
|
|
|
text-transform: uppercase;
|
2021-10-17 01:54:00 +08:00
|
|
|
color: $tertiary-content;
|
2024-08-09 20:32:37 +08:00
|
|
|
font: var(--cpd-font-body-md-semibold);
|
2023-06-29 18:30:25 +08:00
|
|
|
font-weight: var(--cpd-font-weight-semibold);
|
2022-05-23 19:42:31 +08:00
|
|
|
margin: $spacing-4 0;
|
2019-11-14 00:59:22 +08:00
|
|
|
}
|
2019-10-07 23:52:50 +08:00
|
|
|
|
2019-11-14 00:59:22 +08:00
|
|
|
p {
|
2023-06-06 22:03:52 +08:00
|
|
|
margin: 5px 0;
|
2019-11-14 00:59:22 +08:00
|
|
|
}
|
2019-11-12 23:26:26 +08:00
|
|
|
|
2019-11-14 00:59:22 +08:00
|
|
|
.mx_UserInfo_profile {
|
2024-07-18 22:24:44 +08:00
|
|
|
h1 {
|
|
|
|
font-size: $font-20px;
|
2020-03-31 22:26:23 +08:00
|
|
|
line-height: $font-25px;
|
2020-02-26 21:44:35 +08:00
|
|
|
|
2024-07-18 22:24:44 +08:00
|
|
|
/* limit to 2 lines, show an ellipsis if it overflows */
|
|
|
|
/* this looks webkit specific but is supported by Firefox 68+ */
|
|
|
|
display: -webkit-box;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-line-clamp: 2;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
word-break: break-all;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
|
|
|
/* E2E icon wrapper */
|
|
|
|
.mx_Flex > span {
|
|
|
|
display: inline-block;
|
2019-11-14 00:59:22 +08:00
|
|
|
}
|
|
|
|
}
|
2019-11-12 23:26:26 +08:00
|
|
|
|
2019-11-14 00:59:22 +08:00
|
|
|
.mx_UserInfo_profileStatus {
|
2024-07-18 22:24:44 +08:00
|
|
|
margin: var(--cpd-space-1x) 0;
|
2019-11-12 23:26:26 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-07-18 22:24:44 +08:00
|
|
|
.mx_PresenceLabel {
|
|
|
|
font: var(--cpd-font-body-sm-regular);
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2022-05-23 19:42:31 +08:00
|
|
|
.mx_UserInfo_memberDetails {
|
|
|
|
.mx_UserInfo_profileField {
|
2019-11-14 23:59:09 +08:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
|
2023-06-06 22:03:52 +08:00
|
|
|
margin: 6px 0;
|
2022-05-23 19:42:31 +08:00
|
|
|
|
|
|
|
.mx_UserInfo_roleDescription {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2022-07-27 21:39:29 +08:00
|
|
|
/* try to make it the same height as the dropdown */
|
2022-05-23 19:42:31 +08:00
|
|
|
margin: 11px 0 12px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_Field {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2019-11-14 23:59:09 +08:00
|
|
|
}
|
2019-11-12 23:26:26 +08:00
|
|
|
}
|
2019-10-07 23:52:50 +08:00
|
|
|
|
2019-11-14 00:59:22 +08:00
|
|
|
.mx_UserInfo_field {
|
2020-03-31 22:26:23 +08:00
|
|
|
line-height: $font-16px;
|
2019-11-14 00:59:22 +08:00
|
|
|
}
|
2019-10-07 23:52:50 +08:00
|
|
|
|
2019-11-14 00:59:22 +08:00
|
|
|
.mx_UserInfo_statusMessage {
|
2021-12-29 04:54:54 +08:00
|
|
|
$statusNumberOfLines: 3;
|
|
|
|
|
2023-06-29 18:30:25 +08:00
|
|
|
font: var(--cpd-font-body-sm-regular);
|
2020-03-31 22:26:23 +08:00
|
|
|
font-size: $font-11px;
|
2023-06-29 18:30:25 +08:00
|
|
|
line-height: 1rem;
|
2019-11-14 00:59:22 +08:00
|
|
|
opacity: 0.5;
|
|
|
|
overflow: hidden;
|
2021-12-29 04:54:54 +08:00
|
|
|
word-break: break-word;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
display: -webkit-box;
|
2023-06-29 18:30:25 +08:00
|
|
|
max-height: calc(1rem * $statusNumberOfLines);
|
2021-12-29 04:54:54 +08:00
|
|
|
-webkit-line-clamp: $statusNumberOfLines;
|
|
|
|
-webkit-box-orient: vertical;
|
2019-11-14 00:59:22 +08:00
|
|
|
}
|
2019-10-07 23:52:50 +08:00
|
|
|
|
2020-09-11 18:39:58 +08:00
|
|
|
.mx_AutoHideScrollbar {
|
2019-11-15 22:29:23 +08:00
|
|
|
flex: 1 1 0;
|
2019-11-14 00:59:22 +08:00
|
|
|
}
|
2019-10-07 23:52:50 +08:00
|
|
|
|
2019-11-14 00:59:22 +08:00
|
|
|
.mx_UserInfo_devices {
|
|
|
|
.mx_UserInfo_device {
|
|
|
|
display: flex;
|
2022-05-02 09:08:42 +08:00
|
|
|
margin: $spacing-8 0;
|
2019-11-19 19:51:37 +08:00
|
|
|
|
2019-11-14 00:59:22 +08:00
|
|
|
&.mx_UserInfo_device_verified {
|
|
|
|
.mx_UserInfo_device_trusted {
|
2021-11-11 21:37:29 +08:00
|
|
|
color: $accent;
|
2019-11-14 00:59:22 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
&.mx_UserInfo_device_unverified {
|
|
|
|
.mx_UserInfo_device_trusted {
|
2021-11-11 21:37:29 +08:00
|
|
|
color: $alert;
|
2019-11-14 00:59:22 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_UserInfo_device_name {
|
|
|
|
flex: 1;
|
2022-05-02 09:08:42 +08:00
|
|
|
margin: 0 5px;
|
2019-11-19 19:51:37 +08:00
|
|
|
word-break: break-word;
|
2019-11-14 00:59:22 +08:00
|
|
|
}
|
|
|
|
}
|
2019-10-07 23:52:50 +08:00
|
|
|
|
2022-07-27 21:39:29 +08:00
|
|
|
/* both for icon in expand button and device item */
|
2019-11-14 00:59:22 +08:00
|
|
|
.mx_E2EIcon {
|
2022-07-27 21:39:29 +08:00
|
|
|
/* don't squeeze */
|
2019-11-14 00:59:22 +08:00
|
|
|
flex: 0 0 auto;
|
2022-05-02 09:08:42 +08:00
|
|
|
margin: 0;
|
2019-11-14 00:59:22 +08:00
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
}
|
2019-10-07 23:52:50 +08:00
|
|
|
|
2019-11-14 00:59:22 +08:00
|
|
|
.mx_UserInfo_expand {
|
2022-07-27 21:39:29 +08:00
|
|
|
column-gap: 5px; /* cf: mx_UserInfo_device_name */
|
2022-05-02 09:08:42 +08:00
|
|
|
margin-bottom: 11px;
|
2022-07-27 21:39:29 +08:00
|
|
|
align-items: initial; /* Cancel the default property */
|
2020-01-30 23:59:03 +08:00
|
|
|
}
|
2019-10-07 23:52:50 +08:00
|
|
|
}
|
2020-01-24 19:45:39 +08:00
|
|
|
|
2022-05-23 19:42:31 +08:00
|
|
|
&.mx_UserInfo_smallAvatar {
|
|
|
|
.mx_UserInfo_avatar {
|
|
|
|
.mx_UserInfo_avatar_transition {
|
|
|
|
max-width: 72px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2023-09-08 18:56:59 +08:00
|
|
|
|
|
|
|
.mx_BaseAvatar {
|
|
|
|
/* Override the calculated font-size so that the letter isn't tiny */
|
|
|
|
font-size: 2rem;
|
|
|
|
}
|
2022-05-23 19:42:31 +08:00
|
|
|
}
|
2020-01-28 01:17:05 +08:00
|
|
|
}
|
2020-01-24 19:45:39 +08:00
|
|
|
}
|