From 2ccdebb6f6eb2ef787e1348c4312c5b7a126e637 Mon Sep 17 00:00:00 2001 From: Rob Stupay Date: Tue, 5 Dec 2017 15:01:39 +0100 Subject: [PATCH] slight update to teminal --- src/app/panels/terminal.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/panels/terminal.js b/src/app/panels/terminal.js index 0ece3cdc25..3f96d8340b 100644 --- a/src/app/panels/terminal.js +++ b/src/app/panels/terminal.js @@ -63,7 +63,7 @@ var css = csjs` .toggleTerminal:hover { color : ${styles.terminal.icon_HoverColor_TogglePanel}; } - .terminal { + .terminal_container { background-color : ${styles.terminal.backgroundColor_Terminal}; display : flex; flex-direction : column; @@ -74,7 +74,7 @@ var css = csjs` overflow-y : auto; font-family : monospace; } - .inner_terminal { + .terminal_bg { display : flex; flex-direction : column; height : 100%; @@ -94,14 +94,14 @@ var css = csjs` background-repeat : no-repeat; background-size : 45%; } - .terminal_content { + .terminal { position: relative; position: relative; display: flex; flex-direction: column; height: 100%; } - .inner_terminal::after { + // .inner_terminal::after { // content : ""; // background-image : url(assets/img/remix_logo_white_512x512.svg); // opacity : 0.1; @@ -113,7 +113,7 @@ var css = csjs` // // z-index : -1; // background-repeat : no-repeat; // background-size : 45%; - } + // } .journal { margin-top : auto; font-family : monospace; @@ -304,10 +304,10 @@ class Terminal { } self._view.term = yo` -
-
+
+
-
+
${self._view.journal} ${self._view.cli}