feat: set recording save container padding 8px

This commit is contained in:
amhsirak
2025-01-13 14:20:25 +05:30
parent 5f0d878cc9
commit a4f0b94fe6

View File

@@ -109,7 +109,7 @@ const BrowserRecordingSave = () => {
position: 'absolute',
background: '#ff00c3',
border: 'none',
borderRadius: '0px 0px 8px 8px',
borderRadius: '8px',
padding: '7.5px',
width: 'calc(100% - 20px)',
overflow: 'hidden',