From ae3b4f783230d46a8989df82f23a59eb679b0d96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Sat, 26 Nov 2022 13:56:21 +0100 Subject: [PATCH] thurtle: Scale world view --- src/web/thurtle/thurtle.css | 1 - src/web/thurtle/thurtle.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/web/thurtle/thurtle.css b/src/web/thurtle/thurtle.css index 602a4eb..aebda5d 100644 --- a/src/web/thurtle/thurtle.css +++ b/src/web/thurtle/thurtle.css @@ -28,7 +28,6 @@ border-radius: 0.5em; background-color: rgb(221, 248, 221); width: 100%; - max-height: 350px; } .world path { diff --git a/src/web/thurtle/thurtle.tsx b/src/web/thurtle/thurtle.tsx index 0c5dcd0..6ba6911 100644 --- a/src/web/thurtle/thurtle.tsx +++ b/src/web/thurtle/thurtle.tsx @@ -108,7 +108,7 @@ const rootEl = (
-
+