diff --git a/res/css/views/rooms/_IRCLayout.scss b/res/css/views/rooms/_IRCLayout.scss index ece547d02b..792c2f1f58 100644 --- a/res/css/views/rooms/_IRCLayout.scss +++ b/res/css/views/rooms/_IRCLayout.scss @@ -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 {