0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-19 03:13:47 +02:00

client: Retro style; Minor cleanup.

This commit is contained in:
Jason Volk 2018-01-10 01:19:35 -08:00
parent 38e60bf462
commit b801993309
2 changed files with 2 additions and 2 deletions

View file

@ -1113,7 +1113,7 @@ body.loaded
position: relative;
flex-shrink: 0;
align-items: center;
align-content: stretch;
align-content: center;
justify-content: center;
}

View file

@ -475,7 +475,7 @@ type="text/ng-template"
{
me: mxid == mc.my.mxid,
grow: members.info == mxid,
active: mc.users[mxid].currently_active === true,
active: mc.users[mxid].currently_active === true,
inactive: mc.users[mxid].currently_active === false,
}">
</div>