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:
parent
a38a5161ef
commit
127051892d
4 changed files with 47 additions and 35 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue