fix feed UI alignment issues (#1106)
* fix feed alignment issues * fix reason line alignment
This commit is contained in:
parent
c4459ec4e8
commit
c42b9c1b4e
2 changed files with 87 additions and 69 deletions
|
|
@ -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
|
||||
}
|
||||
/>
|
||||
))}
|
||||
</>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue