From d0deeabef7ba7bff783cea03d8fcc13b5876c504 Mon Sep 17 00:00:00 2001 From: the lemons Date: Wed, 9 Feb 2022 00:56:19 -0600 Subject: display log at all times --- static/amethyst.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'static') diff --git a/static/amethyst.css b/static/amethyst.css index b285dc1..a6f22c1 100644 --- a/static/amethyst.css +++ b/static/amethyst.css @@ -59,7 +59,7 @@ li { footer { border-top: 2px solid white; - margin-top: 50px; + margin-top: 20px; padding-bottom: 50px; font-size: smaller; font-style: italic; @@ -273,26 +273,28 @@ grge { flex-wrap: wrap; } -.hist-log > ul { +.hist-log { padding: 10px; border-radius: 10px; font-family: monospace; overflow-y: scroll; overflow-x: hidden; - height: 190px; + height: 85px; background-color: black; font-size: larger; + margin-top: 20px; + margin-bottom: 20px; } -.hist-log > ul > li { +.hist-log > li { list-style: none; } -.hist-log > ul > li:before { +.hist-log > li:before { content: "→ "; } -.hist-log > ul > li > strong { +.hist-log > li > strong { color: white; } -- cgit v1.2.3