mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 22:33:06 +03:00
profile: force status to flush right on view
This commit is contained in:
parent
5b62417e49
commit
ec702d43a0
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user