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

Commit

Permalink
add matching styles for mxid (full user id for duplicate display names)
Browse files Browse the repository at this point in the history
Signed-off-by: Katarzyna Stachura <uwunyaa@outlook.com>
  • Loading branch information
UwUnyaa committed Jan 27, 2022
1 parent f3891a8 commit d23b198
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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 @@ -207,6 +210,8 @@ $irc-line-height: $font-18px;

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

Expand Down

0 comments on commit d23b198

Please sign in to comment.