Files
ThreadNet-Web/res/css/views/messages/_DisambiguatedProfile.pcss
T

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

29 lines
767 B
Plaintext
Raw Normal View History

/*
2024-09-09 14:57:16 +01:00
Copyright 2024 New Vector Ltd.
2022-03-22 23:14:55 +01:00
Copyright 2021 Šimon Brandner <simon.bra.ag@gmail.com>
2024-09-09 14:57:16 +01:00
Copyright 2015, 2016 OpenMarket Ltd
2024-09-09 14:57:16 +01:00
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
Please see LICENSE files in the repository root for full details.
*/
2022-03-22 23:14:55 +01:00
.mx_DisambiguatedProfile {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
2022-03-22 23:14:55 +01:00
.mx_DisambiguatedProfile_displayName {
2023-06-29 11:30:25 +01:00
font: var(--cpd-font-body-md-semibold);
margin-inline-end: 0;
/* keeps the height in check, important for the bubble apperance */
line-height: 1;
2022-03-22 23:14:55 +01:00
}
.mx_DisambiguatedProfile_mxid {
margin-inline-start: 5px;
2023-07-12 18:46:49 +01:00
color: $secondary-content;
font-size: var(--cpd-font-size-body-sm);
2022-03-22 23:14:55 +01:00
}
2021-04-18 15:40:56 +02:00
}