Threads: add a bit of space between the top post and column header
This commit is contained in:
@ -529,7 +529,7 @@ const Thread: React.FC<IThread> = (props) => {
|
||||
return (
|
||||
<Column label={intl.formatMessage(titleMessage())}>
|
||||
<PullToRefresh onRefresh={handleRefresh}>
|
||||
<Stack space={2}>
|
||||
<Stack space={2} className='mt-2'>
|
||||
<div ref={node} className='thread'>
|
||||
<ScrollableList
|
||||
id='thread'
|
||||
|
||||
Reference in New Issue
Block a user