kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
LandingTimeline: remove sonar animation
rodzic
c697f9a92c
commit
2f3350267c
|
@ -7,7 +7,6 @@ import PullToRefresh from 'soapbox/components/pull-to-refresh';
|
||||||
import { Column } from 'soapbox/components/ui';
|
import { Column } from 'soapbox/components/ui';
|
||||||
import { useAppSelector, useAppDispatch, useSettings } from 'soapbox/hooks';
|
import { useAppSelector, useAppDispatch, useSettings } from 'soapbox/hooks';
|
||||||
|
|
||||||
import Sonar from '../public-layout/components/sonar';
|
|
||||||
import Timeline from '../ui/components/timeline';
|
import Timeline from '../ui/components/timeline';
|
||||||
|
|
||||||
import { SiteBanner } from './components/site-banner';
|
import { SiteBanner } from './components/site-banner';
|
||||||
|
@ -36,15 +35,10 @@ const LandingTimeline = () => {
|
||||||
}, [onlyMedia]);
|
}, [onlyMedia]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Column className='-mt-3 sm:mt-0' transparent withHeader={false}>
|
<Column transparent withHeader={false}>
|
||||||
<div className='my-20 px-4'>
|
<div className='my-12 mb-16 px-4 sm:mb-20'>
|
||||||
<div className='absolute -z-10 -mt-64'>
|
|
||||||
<Sonar />
|
|
||||||
</div>
|
|
||||||
<div className='-mt-8'>
|
|
||||||
<SiteBanner />
|
<SiteBanner />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<PullToRefresh onRefresh={handleRefresh}>
|
<PullToRefresh onRefresh={handleRefresh}>
|
||||||
<Timeline
|
<Timeline
|
||||||
|
|
Ładowanie…
Reference in New Issue