feat: use outputPreviewHeight

This commit is contained in:
amhsirak
2025-11-06 00:09:01 +05:30
parent 8489f95ff0
commit 4f5b248c1a

View File

@@ -453,7 +453,7 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
background: `${darkMode ? '#1d1c1cff' : 'white'}`,
color: `${darkMode ? 'white' : 'black'}`,
padding: '10px',
height: "calc(100% - 140px)",
height: outputPreviewHeight,
width: outputPreviewWidth,
display: 'flex',
flexDirection: 'column',