profile: force status to flush right on view

This commit is contained in:
Matilde Park 2021-02-12 16:28:25 -05:00
parent 5b62417e49
commit ec702d43a0

View File

@ -65,8 +65,9 @@ export function Profile(props: any) {
maxWidth="600px"
width="100%">
<Row alignItems="center" justifyContent="space-between">
<Row>
{ship === `~${window.ship}` ? (
<Row>
<>
<Text
py='2'
cursor='pointer'
@ -80,8 +81,9 @@ export function Profile(props: any) {
ship={`~${window.ship}`}
contact={contact}
/>
</Row>
</>
) : null}
</Row>
<Text maxWidth='18rem' overflowX='hidden' textOverflow="ellipsis"
whiteSpace="nowrap"
overflow="hidden" display="inline-block" verticalAlign="middle">{contact?.status ?? ""}</Text>