Merge pull request #5518 from blattersturm/pr/irc-layout-width

Don't use name width in reply thread for IRC layout
pull/21833/head
J. Ryan Stinnett 2021-01-28 12:44:36 +00:00 committed by GitHub
commit 5758cd8bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {