Don't use name width in reply thread for IRC layout

Signed-off-by: Robert Dash <peachypies@protonmail.ch>
pull/21833/head
blattersturm 2020-12-21 16:58:51 +01:00 committed by Robert Dash
parent e49a931588
commit da7f6c7eca
1 changed files with 11 additions and 0 deletions

View File

@ -207,6 +207,17 @@ $irc-line-height: $font-18px;
width: unset;
max-width: var(--name-width);
}
.mx_SenderProfile_hover {
background: transparent;
> span {
> .mx_SenderProfile_name,
> .mx_SenderProfile_aux {
min-width: inherit;
}
}
}
}
.mx_ProfileResizer {