diff --git a/App/css/style.css b/App/css/style.css
index 0fe3a02..bf1d652 100644
--- a/App/css/style.css
+++ b/App/css/style.css
@@ -448,7 +448,7 @@ label {
Labels
*/
.LABEL_appGameData {
- left: 152px;
+ left: 182px;
cursor: auto;
position: sticky;
}
diff --git a/App/index.htm b/App/index.htm
index 0d0020e..24d12b5 100644
--- a/App/index.htm
+++ b/App/index.htm
@@ -148,7 +148,7 @@
BioRand Seed: Unknown
Map X: 50000
Map Y: 50000
- Avg. Map Counter: 0
+ Avg. Room Transition: 0
diff --git a/App/js/graphics.js b/App/js/graphics.js
index 459c108..be986dd 100644
--- a/App/js/graphics.js
+++ b/App/js/graphics.js
@@ -904,14 +904,14 @@ temp_GRAPHICS = {
// Create opacity and min width vars
var sGameDataOpacity = 1,
- sGameDataMinWidth = 190;
+ sGameDataMinWidth = 220;
// Check if can display game data and update min width size
if (getShowGameData === !1){
sGameDataOpacity = 0;
}
if (document.getElementById('CHECKBOX_isBioRand').checked === !0){
- sGameDataMinWidth = 560;
+ sGameDataMinWidth = 590;
}
// Set final CSS