Format mxid

This commit is contained in:
Šimon Brandner 2021-04-18 15:40:56 +02:00
parent ac00c80efb
commit 61a260cd40
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
2 changed files with 45 additions and 10 deletions

View file

@ -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;
}