Threads: add a bit of space between the top post and column header

This commit is contained in:
Alex Gleason
2023-04-10 09:53:51 -05:00
parent 09a65a7500
commit 8476d69e7b

View File

@ -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'