0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-26 22:08:20 +02:00

client: Fix alignment of sender name.

This commit is contained in:
Jason Volk 2018-08-29 20:42:09 -07:00
parent 55e161d77e
commit 871dcbd30c

View file

@ -2850,7 +2850,7 @@ body.loaded
flex-shrink: 0; flex-shrink: 0;
flex-flow: row nowrap; flex-flow: row nowrap;
align-self: stretch; align-self: stretch;
align-items: flex-start; align-items: center;
justify-content: flex-end; justify-content: flex-end;
font-size: 16px; font-size: 16px;
width: 20ch; width: 20ch;