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 @@