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

Commit d23b198

Browse files
committed
add matching styles for mxid (full user id for duplicate display names)
Signed-off-by: Katarzyna Stachura <[email protected]>
1 parent f3891a8 commit d23b198

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

res/css/views/rooms/_IRCLayout.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ $irc-line-height: $font-18px;
190190

191191
> .mx_SenderProfile_mxid {
192192
visibility: collapse;
193+
// Override the inherited margin.
194+
margin-left: 0;
195+
padding: 0 5px;
193196
}
194197
}
195198

@@ -207,6 +210,8 @@ $irc-line-height: $font-18px;
207210

208211
> .mx_SenderProfile_mxid {
209212
visibility: visible;
213+
opacity: 1;
214+
background-color: $event-selected-color;
210215
}
211216
}
212217

0 commit comments

Comments
 (0)