From be511ee8cd1f0d02598aabefd6ca7babda09e46d Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Wed, 25 Jan 2023 15:24:48 -0500 Subject: [PATCH] Benchmark for animation --- src/layouts/index.html | 58 ++++++++++++++++++++++++++---------------- 1 file changed, 36 insertions(+), 22 deletions(-) diff --git a/src/layouts/index.html b/src/layouts/index.html index f879567..b27afb6 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -26,8 +26,8 @@
-

-

+

+

@@ -68,6 +68,19 @@ border-bottom: 1px solid gray; } + #terminal-output { + white-space: pre; + } + #terminal-input { + position: relative; + } + #terminal-input:before { + content: ">"; + color: green; + position: absolute; + left: 0; + } + @@ -467,10 +480,7 @@