From 29e52544d389f88a4af836ae1d82b838ed7a10c7 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Thu, 31 Dec 2020 14:23:45 +0000 Subject: Fix texture loading. Add log overlay --- src/main/resources/style.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'src/main/resources/style.css') diff --git a/src/main/resources/style.css b/src/main/resources/style.css index c8b7d92..42ec857 100644 --- a/src/main/resources/style.css +++ b/src/main/resources/style.css @@ -1,5 +1,4 @@ body { - margin: 0.5em; font-size: 15px; } @@ -19,14 +18,26 @@ p { padding: 10px; } +#log { + position: absolute; + left: 0; + top: 0; + padding: 10px; + margin-top: 125px; + font-family: monospace; + color: yellow; + font-size: 14px; +} + #output-wrapper { position: relative; width: 960px; height: 720px; + margin-top: 0.5em; } .controls { - /*max-width: 20em;*/ + margin-top: 0.5em; } .slider { -- cgit v1.2.3