diff --git a/src/ui/React/LogBoxManager.tsx b/src/ui/React/LogBoxManager.tsx
index da20bb32e..3f3937e9a 100644
--- a/src/ui/React/LogBoxManager.tsx
+++ b/src/ui/React/LogBoxManager.tsx
@@ -96,6 +96,9 @@ const useStyles = makeStyles((theme: Theme) =>
display: "flex",
flexDirection: "column-reverse",
},
+ titleButton: {
+ padding: "1px 6px",
+ },
success: {
color: theme.colors.success,
},
@@ -260,28 +263,25 @@ function LogWindow(props: IProps): React.ReactElement {
}}
>
-
+
{title()}
-
- {!workerScripts.has(script.pid) && (
-
- )}
- {workerScripts.has(script.pid) && (
-
- )}
-
+ )}
+
+ {minimized ? "\u{1F5D6}" : "\u{1F5D5}"}
+
+
+ Close
+
@@ -289,6 +289,7 @@ function LogWindow(props: IProps): React.ReactElement {
className={classes.logs}
height={500}
width={500}
+ minConstraints={[250, 30]}
handle={