From 6b150be0236ecf84f5198292e9d582d8d26e5930 Mon Sep 17 00:00:00 2001 From: John-Anthony Elenis Date: Wed, 21 Aug 2019 13:11:27 -0400 Subject: [PATCH] improved console output --- index.html | 38 +++++++++++++++++++++++++++++++++++--- js/theme.js | 12 +++++++++--- 2 files changed, 44 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 9033333..2e7ad04 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,22 @@ } main { flex: 1 0 auto; - } + } + + div#console { + z-index: 9999; + position: absolute; + top: 4px; + } + #console textarea { + overflow-y: scroll; + background-color: rgba(0,0,0,0.8); + font-size: 16pt; + color: white; + height: 30vh; + width: 85vw; + } + @@ -54,7 +69,24 @@ - + +
+
+
+ +
+
+
+ +
+ + +
+
@@ -160,7 +192,7 @@ $(greeter).ready(function() {