kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Threads: add a bit of space between the top post and column header
rodzic
09a65a7500
commit
8476d69e7b
|
@ -529,7 +529,7 @@ const Thread: React.FC<IThread> = (props) => {
|
||||||
return (
|
return (
|
||||||
<Column label={intl.formatMessage(titleMessage())}>
|
<Column label={intl.formatMessage(titleMessage())}>
|
||||||
<PullToRefresh onRefresh={handleRefresh}>
|
<PullToRefresh onRefresh={handleRefresh}>
|
||||||
<Stack space={2}>
|
<Stack space={2} className='mt-2'>
|
||||||
<div ref={node} className='thread'>
|
<div ref={node} className='thread'>
|
||||||
<ScrollableList
|
<ScrollableList
|
||||||
id='thread'
|
id='thread'
|
||||||
|
|
Ładowanie…
Reference in New Issue