chore: cloud sync
This commit is contained in:
@@ -157,7 +157,7 @@ export const RecordingPage = ({ recordingName }: RecordingPageProps) => {
|
|||||||
<>
|
<>
|
||||||
<Grid container direction="row" style={{ flexGrow: 1, height: '100%' }}>
|
<Grid container direction="row" style={{ flexGrow: 1, height: '100%' }}>
|
||||||
<Grid item xs={12} md={9} lg={9} style={{ height: '100%', overflow: 'hidden', position: 'relative' }}>
|
<Grid item xs={12} md={9} lg={9} style={{ height: '100%', overflow: 'hidden', position: 'relative' }}>
|
||||||
<div style={{ height: '100%', overflow: 'hidden', display: 'flex', flexDirection: 'column' }}>
|
<div style={{ height: '100%', overflow: 'hidden', display: 'flex', flexDirection: 'column', }}>
|
||||||
<BrowserContent />
|
<BrowserContent />
|
||||||
<InterpretationLog isOpen={showOutputData} setIsOpen={setShowOutputData} />
|
<InterpretationLog isOpen={showOutputData} setIsOpen={setShowOutputData} />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user