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