feat: set margin top 10px, remove botto 0

This commit is contained in:
karishmas6
2024-10-20 21:26:47 +05:30
parent 1710f123aa
commit b4ba7adcab

View File

@@ -24,6 +24,7 @@ const BrowserRecordingSave = () => {
<Grid container> <Grid container>
<Grid item xs={12} md={3} lg={3}> <Grid item xs={12} md={3} lg={3}>
<div style={{ <div style={{
marginTop: '10px',
marginLeft: '10px', marginLeft: '10px',
color: 'white', color: 'white',
position: 'absolute', position: 'absolute',
@@ -31,7 +32,6 @@ const BrowserRecordingSave = () => {
border: 'none', border: 'none',
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
bottom: 0,
overflow: 'hidden', overflow: 'hidden',
display: 'flex', display: 'flex',
justifyContent: 'space-between', justifyContent: 'space-between',