diff --git a/src/templates/index.html b/src/templates/index.html index b95c420..2086331 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -153,7 +153,7 @@ } /* ------------------------------------- */ - /* Below are all center elements - Comms, Popup, and Info */ + /* Below are all center elements - Interactions (music, messages, etc), Popup, and Info */ #centerElements { flex-grow: 2; @@ -162,13 +162,29 @@ /*border: 1px solid #0FF; TODO: Remove this later */ } - #commsPanel { + /* Interactions panel (music, messages, etc) */ + + #interactionPanel { width: 20%; /*flex-grow: 1;*/ margin-left: 2px; /*border: 1px solid #F00; TODO: Remove this later */ } + #commsPanel { + width: 100%; + height: 100%; + display: none; + border: 1px solid #00F; /* TODO: Remove this later */ + } + + #musicPanel { + width: 100%; + height: 100%; + display: none; + border: 1px solid #0F0; /* TODO: Remove this later */ + } + #popupPanel { flex-grow: 2; margin-left: 2px; @@ -226,8 +242,14 @@
Comms
+Music
+