From 026a006b410a0132c2cb573edff4352b4333b857 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Mon, 3 Jan 2022 17:02:22 +0000 Subject: Performance optimisations --- style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 0403e47..453687e 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ body { } p { - margin: 0 0 0.8em; + margin: 0; } #output-wrapper { @@ -13,6 +13,12 @@ p { margin-top: 0.5em; } +#render-output { + width: 960px; + height: 720px; + object-fit: contain; +} + .controls { margin-top: 0.5em; } @@ -22,7 +28,7 @@ p { width: 100%; } -.thread-slider { +.nested-slider { padding-left: 40px; } -- cgit v1.2.3