fix feed UI alignment issues (#1106)

* fix feed alignment issues

* fix reason line alignment
This commit is contained in:
Eric Bailey 2023-08-04 14:13:41 -05:00 committed by GitHub
parent c4459ec4e8
commit c42b9c1b4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 87 additions and 69 deletions

View file

@ -57,6 +57,9 @@ export const FeedSlice = observer(
item={item}
isThreadParent={slice.isThreadParentAt(i)}
isThreadChild={slice.isThreadChildAt(i)}
isThreadLastChild={
slice.isThreadChildAt(i) && slice.items.length === i + 1
}
/>
))}
</>