mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
client: Retro style; Minor cleanup.
This commit is contained in:
parent
38e60bf462
commit
b801993309
2 changed files with 2 additions and 2 deletions
|
@ -1113,7 +1113,7 @@ body.loaded
|
|||
position: relative;
|
||||
flex-shrink: 0;
|
||||
align-items: center;
|
||||
align-content: stretch;
|
||||
align-content: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue