Two UI tweaks after recent updates (#2647)
* Readd the top border to the highlighted post when a reply (revert #2628) * Readd right pad to post controls
This commit is contained in:
parent
6149437c05
commit
b629fbdbb9
3 changed files with 16 additions and 27 deletions
|
@ -250,13 +250,7 @@ let PostThreadItemLoaded = ({
|
|||
|
||||
<View
|
||||
testID={`postThreadItem-by-${post.author.handle}`}
|
||||
style={[
|
||||
styles.outer,
|
||||
styles.outerHighlighted,
|
||||
rootUri === post.uri && styles.outerHighlightedRoot,
|
||||
pal.border,
|
||||
pal.view,
|
||||
]}
|
||||
style={[styles.outer, styles.outerHighlighted, pal.border, pal.view]}
|
||||
accessible={false}>
|
||||
<PostSandboxWarning />
|
||||
<View style={styles.layout}>
|
||||
|
@ -732,15 +726,10 @@ const useStyles = () => {
|
|||
paddingLeft: 8,
|
||||
},
|
||||
outerHighlighted: {
|
||||
borderTopWidth: 0,
|
||||
paddingTop: 4,
|
||||
paddingTop: 16,
|
||||
paddingLeft: 8,
|
||||
paddingRight: 8,
|
||||
},
|
||||
outerHighlightedRoot: {
|
||||
borderTopWidth: 1,
|
||||
paddingTop: 16,
|
||||
},
|
||||
noTopBorder: {
|
||||
borderTopWidth: 0,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue