MentionText: inline mentions

Fixes urbit/landscape#763
This commit is contained in:
Matilde Park 2021-04-12 12:17:00 -04:00
parent 9bb3cfb90f
commit 75cbf96b2b

View File

@ -50,7 +50,7 @@ export function Mention(props: {
const name = showNickname ? contact?.nickname : cite(ship);
return (
<ProfileOverlay ship={ship} api={api}>
<ProfileOverlay ship={ship} api={api} display="inline">
<Text
marginLeft={first? 0 : 1}
marginRight={1}