Merge pull request #1048 from danielyxie/dev

Hotfix weird bladeburner ui bug
This commit is contained in:
hydroflame
2021-08-15 17:14:38 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1261,7 +1261,7 @@ Bladeburner.prototype.createContent = function() {
});
DomElems.actionAndSkillsDiv = createElement("div", {
height:"60%", width:"70%", display:"block",
width:"70%", display:"block",
border:"1px solid white", margin:"6px", padding:"6px",
});