feat: set margin top 10px, remove botto 0
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user