remove LeftRail
Reviewed By: elboman Differential Revision: D47441161 fbshipit-source-id: f0c792beb64fc2474bf6e72b4e4a69d40b699c1e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a76faafa4b
commit
a5631c8d9f
@@ -21,7 +21,6 @@ import {theme} from 'flipper-plugin';
|
||||
import {Logger} from 'flipper-common';
|
||||
|
||||
import {Navbar} from './Navbar';
|
||||
import {LeftRail} from './LeftRail';
|
||||
import {useStore, useDispatch} from '../utils/useStore';
|
||||
import {FlipperDevTools} from '../chrome/FlipperDevTools';
|
||||
import {setStaticView} from '../reducers/connections';
|
||||
@@ -173,9 +172,12 @@ export function SandyApp() {
|
||||
toplevelSelection={toplevelSelection}
|
||||
setToplevelSelection={setToplevelSelection}
|
||||
/>
|
||||
<Layout.Left>
|
||||
<Layout.Left
|
||||
style={{
|
||||
paddingLeft: theme.space.large,
|
||||
paddingRight: theme.space.large,
|
||||
}}>
|
||||
<Layout.Horizontal>
|
||||
<LeftRail />
|
||||
<_Sidebar width={250} minWidth={220} maxWidth={800} gutter>
|
||||
{leftMenuContent && (
|
||||
<TrackingScope scope={toplevelSelection!}>
|
||||
|
||||
Reference in New Issue
Block a user