<Box sx={{ display: 'flex', border: 'solid red 3px', width: '100%' }}>
{areSettingsVisible && <Box sx={{ width: '100%', backgroundColor: 'blue' }}> hello</Box>}
<Box sx={{ width: '100%', backgroundColor: 'red', transition: 'all 2s' }}> hi</Box>
</Box>
<Box sx={{ display: 'flex', border: 'solid red 3px', width: '100%' }}>
{areSettingsVisible && <Box sx={{ width: '100%', backgroundColor: 'blue' }}> hello</Box>}
<Box sx={{ width: '100%', backgroundColor: 'red', transition: 'all 2s' }}> hi</Box>
</Box>