HomeTimeline: fix padding-top on mobile
This commit is contained in:
parent
76158a8f98
commit
84645bfd44
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ const HomeTimeline: React.FC = () => {
|
||||||
}, [isPartial]);
|
}, [isPartial]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Column label={intl.formatMessage(messages.title)} transparent={!isMobile} withHeader={false}>
|
<Column className='py-0' label={intl.formatMessage(messages.title)} transparent={!isMobile} withHeader={false}>
|
||||||
<PullToRefresh onRefresh={handleRefresh}>
|
<PullToRefresh onRefresh={handleRefresh}>
|
||||||
<Timeline
|
<Timeline
|
||||||
className='black:p-4 black:sm:p-5'
|
className='black:p-4 black:sm:p-5'
|
||||||
|
|
Loading…
Reference in a new issue