diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2022-01-03 17:02:22 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2022-01-03 17:02:22 +0000 |
| commit | 026a006b410a0132c2cb573edff4352b4333b857 (patch) | |
| tree | 2a641595671a44a2e66619dd6f98dad118d30f0f /style.css | |
| parent | dde729e31a3aa9b5dadd0c0f07b3cb1f497067bb (diff) | |
| download | js-raytracer-026a006b410a0132c2cb573edff4352b4333b857.tar.xz js-raytracer-026a006b410a0132c2cb573edff4352b4333b857.zip | |
Performance optimisations
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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; } |