Use styled mxids in member list v2 (#8110)

* Revert "Revert "Use styled mxids in member list (#6328)" (#8107)"

This reverts commit 709e6e78d2.

* Fix disambiguated profile for bubbles

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2022-03-22 23:14:55 +01:00 committed by GitHub
parent cfabcdda35
commit bff1ef31d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 141 additions and 55 deletions

View file

@ -88,7 +88,7 @@ limitations under the License.
}
}
.mx_SenderProfile,
.mx_DisambiguatedProfile,
.mx_EventTile_line {
width: fit-content;
max-width: 70%;
@ -96,7 +96,7 @@ limitations under the License.
line-height: $font-18px;
}
> .mx_SenderProfile {
> .mx_DisambiguatedProfile {
position: relative;
top: -2px;
left: 2px;
@ -168,11 +168,11 @@ limitations under the License.
margin-right: calc(-1 * var(--gutterSize));
}
.mx_SenderProfile {
.mx_DisambiguatedProfile {
display: none;
}
.mx_ReplyTile .mx_SenderProfile {
.mx_ReplyTile .mx_DisambiguatedProfile {
display: block;
}
@ -379,7 +379,7 @@ limitations under the License.
.mx_EventTile_avatar {
position: static;
}
.mx_SenderProfile {
.mx_DisambiguatedProfile {
display: none;
}
}