From b6ebdde02f4a8424d9ee4980fcc11bd9ab68cc50 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 24 Jul 2022 15:06:48 -0400 Subject: [PATCH] Add a gap between the logs --- stroll.html | 2 -- style.css | 9 ++++----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/stroll.html b/stroll.html index b7cfcad..2b9050f 100644 --- a/stroll.html +++ b/stroll.html @@ -194,8 +194,6 @@ -
-
diff --git a/style.css b/style.css index 0043110..64740a0 100644 --- a/style.css +++ b/style.css @@ -64,6 +64,7 @@ body.dark div { margin: auto; width: 100vw; height: 100vh; + gap: 16px; } #stat-container { @@ -94,6 +95,9 @@ body.dark div { "stats actions" "log react-log"; grid-template-columns: 1fr 1fr; + grid-template-rows: 1fr 2fr; + width: 95vw; + height: 95vh; } #stat-container { @@ -758,11 +762,6 @@ body.dark .meterLabel { flex-wrap: wrap; flex-direction: column; text-align: left; - flex: 0 1 400px; -} - -#growth-box-left { - height: 100%; } #growth-part-select {