feat: reduce top bottom padding

This commit is contained in:
karishmas6
2024-10-19 21:53:57 +05:30
parent 0ea2bfb827
commit 2445f698ac

View File

@@ -123,7 +123,7 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
position: 'fixed',
background: '#ff00c3',
border: 'none',
padding: '30px 20px',
padding: '10px 20px',
width: 'calc(100% - 25%)',
bottom: 0,
overflow: 'hidden',