| @@ -211,7 +211,6 @@ a:hover { | |||||
| .sidebar { | .sidebar { | ||||
| background: rgba(255, 255, 255, 0.1); | background: rgba(255, 255, 255, 0.1); | ||||
| padding: 25px; | |||||
| flex: 1; | flex: 1; | ||||
| display: flex; | display: flex; | ||||
| flex-direction: column; | flex-direction: column; | ||||
| @@ -440,6 +439,13 @@ a:hover { | |||||
| background: rgba(255,255,255,0.07); | 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 { | #log::-webkit-scrollbar { | ||||
| width: 3px; | width: 3px; | ||||
| height: 2px; | height: 2px; | ||||
| @@ -43,11 +43,11 @@ | |||||
| <div id="game-menu"> | <div id="game-menu"> | ||||
| <button class="game-menu-button" id="game-menu-button">Menu</button> | <button class="game-menu-button" id="game-menu-button">Menu</button> | ||||
| </div> | </div> | ||||
| <div class="info-header" id="world-info-header">Info</div> | |||||
| <div id="world-info"> | <div id="world-info"> | ||||
| <div class="info-header" id="world-info-header">World</div> | |||||
| </div> | </div> | ||||
| <div class="info-header" id="player-info-header">Stats</div> | |||||
| <div id="player-info"> | <div id="player-info"> | ||||
| <div class="info-header" id="player-info-header">Player</div> | |||||
| </div> | </div> | ||||
| </div> | </div> | ||||
| <div id="log"> | <div id="log"> | ||||
| @@ -55,8 +55,8 @@ | |||||
| <div class="sidebar"> | <div class="sidebar"> | ||||
| <div id="area-name"></div> | <div id="area-name"></div> | ||||
| <div id="area-desc"></div> | <div id="area-desc"></div> | ||||
| <div class="info-header" id="area-info-header">Room Info</div> | |||||
| <div id="area-info"> | <div id="area-info"> | ||||
| <div class="info-header" id="area-info-header">Area</div> | |||||
| </div> | </div> | ||||
| </div> | </div> | ||||
| </div> | </div> | ||||