mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
Merge pull request #1048 from danielyxie/dev
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