From 754463b07f8f6c9fdc412e8ac659f464c717a511 Mon Sep 17 00:00:00 2001 From: Caleb Mabry <36182383+caleb-mabry@users.noreply.github.com> Date: Sun, 29 Sep 2024 14:38:45 -0400 Subject: [PATCH] Remove the gap between IC and emotes --- webAO/ui.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webAO/ui.js b/webAO/ui.js index 3342a096..c927e3e7 100644 --- a/webAO/ui.js +++ b/webAO/ui.js @@ -18,7 +18,6 @@ const config = { width: 40, content: [{ type: 'component', - height: 80, isClosable: false, componentName: 'template', title: 'IC', @@ -26,7 +25,7 @@ const config = { }, { type: 'component', - height: 20, + height: 50, isClosable: false, title: 'IC Options', componentName: 'template',