From 9269c29bf064d2bca0b1548c0bb041a8d9ffd965 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Tue, 6 Apr 2021 22:46:53 -0700 Subject: [PATCH] Draft addition of terminal to mobile site. --- views/default-mobile.handlebars | 238 ++++++++++++++++++++++++++++++++ 1 file changed, 238 insertions(+) diff --git a/views/default-mobile.handlebars b/views/default-mobile.handlebars index ba7e9b5e..c599d014 100644 --- a/views/default-mobile.handlebars +++ b/views/default-mobile.handlebars @@ -12,6 +12,7 @@ + @@ -22,6 +23,8 @@ + + @@ -627,6 +630,33 @@ border-bottom:1px solid black; } + #termTable { + width: 100%; + padding: 0px; + padding: 0px; + margin-top: 0px; + } + + .fulldesk #termTable { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + } + + #termarea3x { + background: black; + text-align: center; + height: 500px; + position: relative; + } + + #Term { + background: black; + margin: 0; + padding: 0; + } @@ -888,6 +918,41 @@ +