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

Commit 5d93ca5

Browse files
authored
Irc full name overlap (#7652)
1 parent 0e36f91 commit 5d93ca5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

res/css/views/rooms/_IRCLayout.scss

Lines changed: 9 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

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

200203
> .mx_SenderProfile_displayName {
201204
overflow: visible;
205+
display: inline;
206+
background-color: $event-selected-color;
207+
border-radius: 8px 0 0 8px;
208+
padding-right: 8px;
202209
}
203210

204211
> .mx_SenderProfile_mxid {
205212
visibility: visible;
213+
opacity: 1;
214+
background-color: $event-selected-color;
206215
}
207216
}
208217

0 commit comments

Comments
 (0)