Merge pull request #4751 from urbit/mp/landscape/inline-mentions

MentionText: inline mentions
This commit is contained in:
matildepark 2021-04-12 12:19:54 -04:00 committed by GitHub
commit 09cd2bc020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}