feat: remove margin left
This commit is contained in:
@@ -25,18 +25,19 @@ const BrowserRecordingSave = () => {
|
|||||||
<Grid item xs={12} md={3} lg={3}>
|
<Grid item xs={12} md={3} lg={3}>
|
||||||
<div style={{
|
<div style={{
|
||||||
marginTop: '10px',
|
marginTop: '10px',
|
||||||
marginLeft: '10px',
|
// marginLeft: '10px',
|
||||||
color: 'white',
|
color: 'white',
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
background: '#ff00c3',
|
background: '#ff00c3',
|
||||||
border: 'none',
|
border: 'none',
|
||||||
|
borderRadius: '5px',
|
||||||
padding: '7.5px',
|
padding: '7.5px',
|
||||||
width: 'calc(100% - 20px)', // Ensure it takes full width but with padding
|
width: 'calc(100% - 20px)', // Ensure it takes full width but with padding
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
justifyContent: 'space-between',
|
justifyContent: 'space-between',
|
||||||
}}>
|
}}>
|
||||||
<Button onClick={goToMainMenu} variant="outlined" sx={{ marginLeft: "20px" }} size="small" color="error">
|
<Button onClick={goToMainMenu} variant="outlined" sx={{ marginLeft: "25px" }} size="small" color="error">
|
||||||
Discard
|
Discard
|
||||||
</Button>
|
</Button>
|
||||||
<SaveRecording fileName={recordingName} />
|
<SaveRecording fileName={recordingName} />
|
||||||
|
|||||||
Reference in New Issue
Block a user