mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-23 16:48:11 +08:00
flex layout for app layout
This commit is contained in:
+11
-4
@@ -62,10 +62,17 @@ class App extends React.Component {
|
||||
}
|
||||
{this.props.cells.error ? "Error loading cells" : null}
|
||||
{false ? <Joy data={this.state.expressions && this.state.expressions.data}/> : ""}
|
||||
<Categorical/>
|
||||
<Graph/>
|
||||
<Continuous/>
|
||||
<Expression/>
|
||||
<div style={{
|
||||
display: "flex"
|
||||
}}>
|
||||
|
||||
<Categorical/>
|
||||
<div>
|
||||
<Graph/>
|
||||
<Continuous/>
|
||||
<Expression/>
|
||||
</div>
|
||||
</div>
|
||||
</Container>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user