From 2f3d04722683b749089fac9692b051464ad69cf2 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 22 Aug 2018 18:01:50 +0200 Subject: all features seem to be working --- index.html | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index ee85962..0719f78 100644 --- a/index.html +++ b/index.html @@ -105,21 +105,23 @@ select { flex-direction: row; width: 400px; } -#stats { +.stats { display: flex; flex-direction: column; + margin-right: 10px; } -#stats .stat { +.stats .stat { display: flex; flex-direction: row; justify-content: space-between; } -#stats .key { +.stats .key { font-weight: normal; } -#stats .val { +.stats .val { width: 40px; white-space: pre; + text-align: right; } canvas { width: calc(100vh - 200px); @@ -129,9 +131,9 @@ canvas { display: none; } #log .val { - margin-left: 10px; - margin-top: 40px; + text-align: left; } +select#view { max-width: 260px; } @@ -161,10 +163,11 @@ canvas {
-
-
-
-
+
+
+
+
+
-- cgit v1.2.3-70-g09d2