From 93a5bfd3924038f4740130f6325a6d058448481e Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Thu, 10 Apr 2025 14:44:13 -0500 Subject: [PATCH] fix textbox deadzome --- src/webpage/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/webpage/style.css b/src/webpage/style.css index 2c6abc3..16085d2 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -1266,6 +1266,7 @@ span.instanceStatus { padding: 0 16px 28px 16px; } #typebox { + margin: -10px 0px; flex-grow: 1; width: 1px; margin-left: 0.06in; @@ -1274,6 +1275,7 @@ span.instanceStatus { text-wrap: auto; overflow-y: auto; margin-right: 0.03in; + padding: 10px 0; } .outerTypeBox { max-height: 50svh;