Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Irc full name overlap (#7652)
Browse files Browse the repository at this point in the history
  • Loading branch information
UwUnyaa authored Feb 1, 2022
1 parent 0e36f91 commit 5d93ca5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions res/css/views/rooms/_IRCLayout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ $irc-line-height: $font-18px;

> .mx_SenderProfile_mxid {
visibility: collapse;
// Override the inherited margin.
margin-left: 0;
padding: 0 5px;
}
}

Expand All @@ -199,10 +202,16 @@ $irc-line-height: $font-18px;

> .mx_SenderProfile_displayName {
overflow: visible;
display: inline;
background-color: $event-selected-color;
border-radius: 8px 0 0 8px;
padding-right: 8px;
}

> .mx_SenderProfile_mxid {
visibility: visible;
opacity: 1;
background-color: $event-selected-color;
}
}

Expand Down

0 comments on commit 5d93ca5

Please sign in to comment.