HomeTimeline: fix padding-top on mobile
This commit is contained in:
committed by
marcin mikołajczak
parent
76158a8f98
commit
84645bfd44
@ -60,7 +60,7 @@ const HomeTimeline: React.FC = () => {
|
||||
}, [isPartial]);
|
||||
|
||||
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}>
|
||||
<Timeline
|
||||
className='black:p-4 black:sm:p-5'
|
||||
|
||||
Reference in New Issue
Block a user