Also override mx_SenderProfile_mxid

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-06-15 17:21:14 +02:00
parent 416563d919
commit 5dc87869eb
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 2 additions and 2 deletions

View File

@ -178,7 +178,7 @@ $irc-line-height: $font-18px;
overflow: hidden;
display: flex;
> .mx_SenderProfile_displayName {
> .mx_SenderProfile_displayName, .mx_SenderProfile_mxid {
overflow: hidden;
text-overflow: ellipsis;
min-width: var(--name-width);
@ -207,7 +207,7 @@ $irc-line-height: $font-18px;
background: transparent;
> span {
> .mx_SenderProfile_displayName {
> .mx_SenderProfile_displayName, .mx_SenderProfile_mxid {
min-width: inherit;
}
}