diff --git a/game.js b/game.js index 2c6d361..605f703 100644 --- a/game.js +++ b/game.js @@ -5293,7 +5293,9 @@ function startGame(e) { enable_growth_part("paws"); - document.getElementById("log-area").style.display = 'inline'; + document.querySelector(".game-area").style.display = 'grid'; + document.getElementById("log").style.display = 'inline'; + document.getElementById("react-log").style.display = 'inline'; document.getElementById("character-build-area").style.display = 'none'; document.getElementById("action-panel").style.display = 'flex'; diff --git a/stroll.html b/stroll.html index 2a919a5..b7cfcad 100644 --- a/stroll.html +++ b/stroll.html @@ -185,32 +185,32 @@ - - - - - - +