You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Invite dialog: display MXID on its own line (#11756)
* Invite dialog: display MXID on its own line Signed-off-by: Andrew Ferrazzutti <andrewf@element.io> * Refactor to satisfy i18n linter Signed-off-by: Andrew Ferrazzutti <andrewf@element.io> --------- Signed-off-by: Andrew Ferrazzutti <andrewf@element.io>
This commit is contained in:
committed by
GitHub
parent
a38a5161ef
commit
127051892d
@ -163,6 +163,10 @@ a.mx_RoomPreviewBar_inviter {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mx_RoomPreviewBar_inviter_mxid {
|
||||
color: var(--cpd-color-text-secondary);
|
||||
}
|
||||
|
||||
.mx_RoomPreviewBar_icon {
|
||||
margin-right: 8px;
|
||||
vertical-align: text-top;
|
||||
|
Reference in New Issue
Block a user