feat: set recording save container padding 8px
This commit is contained in:
@@ -109,7 +109,7 @@ const BrowserRecordingSave = () => {
|
|||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
background: '#ff00c3',
|
background: '#ff00c3',
|
||||||
border: 'none',
|
border: 'none',
|
||||||
borderRadius: '0px 0px 8px 8px',
|
borderRadius: '8px',
|
||||||
padding: '7.5px',
|
padding: '7.5px',
|
||||||
width: 'calc(100% - 20px)',
|
width: 'calc(100% - 20px)',
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
|
|||||||
Reference in New Issue
Block a user