feat: set marginTop to 12px
This commit is contained in:
@@ -24,7 +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',
|
marginTop: '12px',
|
||||||
// marginLeft: '10px',
|
// marginLeft: '10px',
|
||||||
color: 'white',
|
color: 'white',
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
|
|||||||
Reference in New Issue
Block a user