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

environments/review-thread-g89cri/deployments/3121
Alex Gleason 1 year ago
parent 09a65a7500
commit 8476d69e7b
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

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

Loading…
Cancel
Save