HomeTimeline: fix padding-top on mobile

This commit is contained in:
Alex Gleason 2024-06-01 12:50:44 -05:00 committed by marcin mikołajczak
parent 76158a8f98
commit 84645bfd44

View file

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