mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 18:50:56 +02:00
Converted pop-up boxes to use css flex
This commit is contained in:
@@ -35,7 +35,7 @@ function gameOptionsBoxClose() {
|
||||
|
||||
function gameOptionsBoxOpen() {
|
||||
var box = document.getElementById("game-options-container");
|
||||
box.style.display = "block";
|
||||
box.style.display = "flex";
|
||||
setTimeout(function() {
|
||||
gameOptionsOpened = true;
|
||||
}, 500);
|
||||
|
||||
Reference in New Issue
Block a user