mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-17 02:22:23 +01:00
Add minimum constraints for tail resize
This commit is contained in:
@ -290,6 +290,7 @@ function LogWindow(props: IProps): React.ReactElement {
|
|||||||
className={classes.logs}
|
className={classes.logs}
|
||||||
height={500}
|
height={500}
|
||||||
width={500}
|
width={500}
|
||||||
|
minConstraints={[250, 30]}
|
||||||
handle={
|
handle={
|
||||||
<span style={{ position: "absolute", right: "-10px", bottom: "-13px", cursor: "nw-resize" }}>
|
<span style={{ position: "absolute", right: "-10px", bottom: "-13px", cursor: "nw-resize" }}>
|
||||||
<ArrowForwardIosIcon color="primary" style={{ transform: "rotate(45deg)" }} />
|
<ArrowForwardIosIcon color="primary" style={{ transform: "rotate(45deg)" }} />
|
||||||
|
Reference in New Issue
Block a user