Format mxid

This commit is contained in:
Šimon Brandner
2021-04-18 20:02:22 +02:00
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;
}