From 9bc451eed59f738cc5831d4ed3229448b3b89d28 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 28 May 2020 16:45:19 -0400 Subject: [PATCH] Prevent titles from vanishing; remove padding on sidebars --- satiate.css | 8 +++++++- satiate.html | 6 +++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/satiate.css b/satiate.css index d7ade8f..f4148aa 100644 --- a/satiate.css +++ b/satiate.css @@ -211,7 +211,6 @@ a:hover { .sidebar { background: rgba(255, 255, 255, 0.1); - padding: 25px; flex: 1; display: flex; flex-direction: column; @@ -440,6 +439,13 @@ a:hover { background: rgba(255,255,255,0.07); } +#area-info { + margin: 10px 0px; + padding: 10px; + background: rgba(255,255,255,0.07); + flex: 5; +} + #log::-webkit-scrollbar { width: 3px; height: 2px; diff --git a/satiate.html b/satiate.html index 6128a8f..61eaacf 100644 --- a/satiate.html +++ b/satiate.html @@ -43,11 +43,11 @@
+
Info
-
World
+
Stats
-
Player
@@ -55,8 +55,8 @@