Irc full name overlap (#7652)

pull/21833/head
UwUnyaa 2022-02-01 10:24:05 +01:00 committed by GitHub
parent 0e36f91d76
commit 5d93ca5f2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -190,6 +190,9 @@ $irc-line-height: $font-18px;
> .mx_SenderProfile_mxid { > .mx_SenderProfile_mxid {
visibility: collapse; visibility: collapse;
// Override the inherited margin.
margin-left: 0;
padding: 0 5px;
} }
} }
@ -199,10 +202,16 @@ $irc-line-height: $font-18px;
> .mx_SenderProfile_displayName { > .mx_SenderProfile_displayName {
overflow: visible; overflow: visible;
display: inline;
background-color: $event-selected-color;
border-radius: 8px 0 0 8px;
padding-right: 8px;
} }
> .mx_SenderProfile_mxid { > .mx_SenderProfile_mxid {
visibility: visible; visibility: visible;
opacity: 1;
background-color: $event-selected-color;
} }
} }