mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 01:03:01 +02:00
Merge pull request #1048 from danielyxie/dev
Hotfix weird bladeburner ui bug
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -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