feat: reduce top bottom padding
This commit is contained in:
@@ -123,7 +123,7 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
|
|||||||
position: 'fixed',
|
position: 'fixed',
|
||||||
background: '#ff00c3',
|
background: '#ff00c3',
|
||||||
border: 'none',
|
border: 'none',
|
||||||
padding: '30px 20px',
|
padding: '10px 20px',
|
||||||
width: 'calc(100% - 25%)',
|
width: 'calc(100% - 25%)',
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
|
|||||||
Reference in New Issue
Block a user