feat: use outputPreviewHeight
This commit is contained in:
@@ -453,7 +453,7 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
|
|||||||
background: `${darkMode ? '#1d1c1cff' : 'white'}`,
|
background: `${darkMode ? '#1d1c1cff' : 'white'}`,
|
||||||
color: `${darkMode ? 'white' : 'black'}`,
|
color: `${darkMode ? 'white' : 'black'}`,
|
||||||
padding: '10px',
|
padding: '10px',
|
||||||
height: "calc(100% - 140px)",
|
height: outputPreviewHeight,
|
||||||
width: outputPreviewWidth,
|
width: outputPreviewWidth,
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
|
|||||||
Reference in New Issue
Block a user