Format mxid
This commit is contained in:
parent
ac00c80efb
commit
61a260cd40
2 changed files with 45 additions and 10 deletions
|
@ -15,6 +15,18 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
.mx_SenderProfile_name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
.mx_SenderProfile_displayName {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.mx_SenderProfile_mxid {
|
||||
font-weight: 600;
|
||||
font-family: monospace;
|
||||
font-size: 1rem;
|
||||
color: gray;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue