kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
StatusPage: accomodate SubNavigation in sticky columns
rodzic
7d8ce0e444
commit
c42db5242b
|
@ -39,7 +39,7 @@ class StatusPage extends ImmutablePureComponent {
|
||||||
|
|
||||||
<div className='columns-area__panels__pane columns-area__panels__pane--left'>
|
<div className='columns-area__panels__pane columns-area__panels__pane--left'>
|
||||||
<div className='columns-area__panels__pane__inner'>
|
<div className='columns-area__panels__pane__inner'>
|
||||||
<Sticky top={65}>
|
<Sticky top={106}>
|
||||||
<PrimaryNavigation />
|
<PrimaryNavigation />
|
||||||
</Sticky>
|
</Sticky>
|
||||||
</div>
|
</div>
|
||||||
|
@ -53,7 +53,7 @@ class StatusPage extends ImmutablePureComponent {
|
||||||
|
|
||||||
<div className='columns-area__panels__pane columns-area__panels__pane--right'>
|
<div className='columns-area__panels__pane columns-area__panels__pane--right'>
|
||||||
<div className='columns-area__panels__pane__inner'>
|
<div className='columns-area__panels__pane__inner'>
|
||||||
<Sticky top={65}>
|
<Sticky top={106}>
|
||||||
{me ? (
|
{me ? (
|
||||||
<BundleContainer fetchComponent={FeaturesPanel}>
|
<BundleContainer fetchComponent={FeaturesPanel}>
|
||||||
{Component => <Component key='features-panel' />}
|
{Component => <Component key='features-panel' />}
|
||||||
|
|
Ładowanie…
Reference in New Issue