[🐴] Adjust messages list styles (#3945)

* some initial tweaks

* tweaks

* more tweaks

* tweak chat header

* properly align placeholders

* tweak web header

* one more...

* remove extra loading states from chat

* limit line count for display name

* Tweaks styles (#3949)

* Adjust sizing

* Consistent font size

* Adjust header

* oops

* fix accessibility in list

* don't use `identifier` for notifications, use `dates` instead

---------

Co-authored-by: Eric Bailey <git@esb.lol>
This commit is contained in:
Hailey 2024-05-10 08:09:00 -07:00 committed by GitHub
parent 1a90426026
commit e729647c02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 133 additions and 100 deletions

View file

@ -160,7 +160,7 @@ let Header = ({
a.gap_lg,
a.pl_xl,
a.pr_lg,
a.py_sm,
a.py_md,
]}>
{!gtTablet ? (
<TouchableOpacity
@ -188,13 +188,11 @@ let Header = ({
<View style={[a.align_center]}>
<PreviewableUserAvatar size={32} profile={profile} />
<Text
style={[a.text_lg, a.font_bold, isWeb ? a.mt_md : a.mt_sm]}
style={[a.text_lg, a.font_bold, a.pt_sm, a.pb_2xs]}
numberOfLines={1}>
{profile.displayName}
</Text>
<Text
style={[t.atoms.text_contrast_medium, {fontSize: 15}]}
numberOfLines={1}>
<Text style={[t.atoms.text_contrast_medium]} numberOfLines={1}>
@{profile.handle}
</Text>
</View>