align center post meta in threaded (#3615)
* align center post meta in threaded * put `displayNameStyle` in correct place * maybe? * with mobile padding too?
This commit is contained in:
parent
c91f065be5
commit
f709fbcbdd
2 changed files with 11 additions and 3 deletions
|
@ -54,10 +54,12 @@ let PostMeta = (opts: PostMetaOpts): React.ReactNode => {
|
|||
/>
|
||||
</View>
|
||||
)}
|
||||
<Text numberOfLines={1} style={[styles.maxWidth, pal.textLight]}>
|
||||
<Text
|
||||
numberOfLines={1}
|
||||
style={[styles.maxWidth, pal.textLight, opts.displayNameStyle]}>
|
||||
<TextLinkOnWebOnly
|
||||
type={opts.displayNameType || 'lg-bold'}
|
||||
style={[pal.text, opts.displayNameStyle]}
|
||||
style={[pal.text]}
|
||||
lineHeight={1.2}
|
||||
disableMismatchWarning
|
||||
text={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue