[Clipclops] Header tweaks (#3839)

* wrap text

* add dividers to convo menu
This commit is contained in:
Samuel Newman 2024-05-03 15:55:35 +01:00 committed by GitHub
parent a5511e3c22
commit 997e621ce3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View file

@ -125,9 +125,11 @@ let Header = ({
) : (
<View style={{width: 30}} />
)}
<View style={[a.align_center, a.gap_sm]}>
<View style={[a.align_center, a.gap_sm, a.flex_1]}>
<PreviewableUserAvatar size={32} profile={profile} />
<Text style={[a.text_lg, a.font_bold]}>{profile.displayName}</Text>
<Text style={[a.text_lg, a.font_bold, a.text_center]}>
{profile.displayName}
</Text>
</View>
{chat.status === ConvoStatus.Ready ? (
<ConvoMenu