|
|
@@ -15,18 +15,18 @@ export const Playground = (): JSX.Element => {
|
|
|
|
|
|
return (
|
|
|
<>
|
|
|
- <div className="flex-grow-1 d-flex flex-column justify-content-center align-items-center bg-dark" style={{ minHeight: '83px' }}>
|
|
|
+ <div className="flex-expand-vert justify-content-center align-items-center bg-dark" style={{ minHeight: '83px' }}>
|
|
|
<div className="text-white">GrowiSubNavigation</div>
|
|
|
</div>
|
|
|
<div className="flex-grow-1 d-flex overflow-y-auto">
|
|
|
- <div className="flex-grow-1 d-flex flex-column" style={{ flexBasis: 0 }}>
|
|
|
+ <div className="flex-expand-vert">
|
|
|
<CodeMirrorEditorContainer ref={containerRef} />
|
|
|
</div>
|
|
|
- <div className="flex-grow-1 mw-0 d-none d-lg-flex flex-column bg-light border-start border-dark-subtle p-3" style={{ flexBasis: 0 }}>
|
|
|
+ <div className="flex-expand-vert d-none d-lg-flex bg-light border-start border-dark-subtle p-3">
|
|
|
<PlaygroundController />
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div className="flex-grow-1 d-flex flex-column justify-content-center align-items-center bg-dark" style={{ minHeight: '50px' }}>
|
|
|
+ <div className="flex-expand-vert justify-content-center align-items-center bg-dark" style={{ minHeight: '50px' }}>
|
|
|
<div className="text-white">EditorNavbarBottom</div>
|
|
|
</div>
|
|
|
</>
|