mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-18 10:53:43 +01:00
Hotfix weird bladeburner ui bug
This commit is contained in:
2
dist/engine.bundle.js
vendored
2
dist/engine.bundle.js
vendored
File diff suppressed because one or more lines are too long
@ -1261,7 +1261,7 @@ Bladeburner.prototype.createContent = function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
DomElems.actionAndSkillsDiv = createElement("div", {
|
DomElems.actionAndSkillsDiv = createElement("div", {
|
||||||
height:"60%", width:"70%", display:"block",
|
width:"70%", display:"block",
|
||||||
border:"1px solid white", margin:"6px", padding:"6px",
|
border:"1px solid white", margin:"6px", padding:"6px",
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user