feat: change width, remove bottom:0
This commit is contained in:
@@ -124,8 +124,7 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
|
||||
background: '#ff00c3',
|
||||
border: 'none',
|
||||
padding: '10px 20px',
|
||||
width: 'calc(100% - 25%)',
|
||||
bottom: 0,
|
||||
width: '900px',
|
||||
overflow: 'hidden',
|
||||
textAlign: 'left',
|
||||
justifyContent: 'flex-start',
|
||||
|
||||
Reference in New Issue
Block a user