From 842815f583416cd208a7fbccb25ca1af7957ef31 Mon Sep 17 00:00:00 2001 From: RND332 Date: Sun, 20 Jul 2025 21:49:27 +0300 Subject: [PATCH] Refactor interaction panel layout for improved readability and maintainability --- src/routes/interaction-panel/$id.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/interaction-panel/$id.tsx b/src/routes/interaction-panel/$id.tsx index b87e5b5..b358c64 100644 --- a/src/routes/interaction-panel/$id.tsx +++ b/src/routes/interaction-panel/$id.tsx @@ -37,7 +37,7 @@ const Sandbox = observer(() => { }; return ( -
+
@@ -80,7 +80,7 @@ const Sandbox = observer(() => {