mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
app: show docs
Show only on large viewports, hide it on small viewports.
This commit is contained in:
committed by
David Lechner
parent
67de6c3af9
commit
f8fa09d866
+28
-16
@@ -14,23 +14,35 @@ function App(): JSX.Element {
|
||||
<div>
|
||||
<Container fluid className="vh-100 d-flex flex-column">
|
||||
<Row>
|
||||
<Col>
|
||||
<Toolbar />
|
||||
<Col xs={12} md={8}>
|
||||
<Container
|
||||
fluid
|
||||
className="vh-100 d-flex flex-column"
|
||||
>
|
||||
<Row>
|
||||
<Col>
|
||||
<Toolbar />
|
||||
</Col>
|
||||
</Row>
|
||||
<Row className="h-100">
|
||||
<Col>
|
||||
<Editor />
|
||||
</Col>
|
||||
</Row>
|
||||
<Row>
|
||||
<Col className="Terminal py-2">
|
||||
<Terminal />
|
||||
</Col>
|
||||
</Row>
|
||||
<Row className="mt-2">
|
||||
<Col>
|
||||
<StatusBar />
|
||||
</Col>
|
||||
</Row>
|
||||
</Container>
|
||||
</Col>
|
||||
</Row>
|
||||
<Row className="h-100">
|
||||
<Col>
|
||||
<Editor />
|
||||
</Col>
|
||||
</Row>
|
||||
<Row>
|
||||
<Col className="Terminal py-2">
|
||||
<Terminal />
|
||||
</Col>
|
||||
</Row>
|
||||
<Row className="mt-2">
|
||||
<Col>
|
||||
<StatusBar />
|
||||
<Col xs={1} md={4} className="embed-responsive">
|
||||
<iframe src="https://docs.pybricks.com" title="docs"></iframe>
|
||||
</Col>
|
||||
</Row>
|
||||
</Container>
|
||||
|
||||
Reference in New Issue
Block a user