feat: fix main menu width
This commit is contained in:
@@ -171,7 +171,9 @@ export const MainPage = ({ handleEditRecording, initialContent }: MainPageProps)
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Stack direction='row' spacing={0} sx={{ minHeight: '900px' }}>
|
<Stack direction='row' spacing={0} sx={{ minHeight: '900px' }}>
|
||||||
|
<Stack sx={{ width: 240, flexShrink: 0 }}>
|
||||||
<MainMenu value={content} handleChangeContent={setContent} />
|
<MainMenu value={content} handleChangeContent={setContent} />
|
||||||
|
</Stack>
|
||||||
{DisplayContent()}
|
{DisplayContent()}
|
||||||
</Stack>
|
</Stack>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user