Skip to content

Commit

Permalink
add padding to the bottom of the line
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Feb 23, 2024
1 parent af42844 commit 33bb15a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/view/com/post-thread/PostThreadItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,13 @@ let PostThreadItemLoaded = ({
return (
<>
{rootUri !== post.uri && (
<View style={{paddingLeft: 16, flexDirection: 'row', height: 24}}>
<View
style={{
paddingLeft: 16,
flexDirection: 'row',
height: 26,
paddingBottom: 3,
}}>
<View style={{width: 38}}>
<View
style={[
Expand Down

0 comments on commit 33bb15a

Please sign in to comment.