From df6f2ff3549a5f26f8f93b6f1b1dc54f629559aa Mon Sep 17 00:00:00 2001 From: Username Date: Tue, 24 Feb 2026 17:03:05 +0100 Subject: [PATCH] fix input alignment and double border in chat area --- src/tuimble/app.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tuimble/app.py b/src/tuimble/app.py index d1ce0bf..60a26c6 100644 --- a/src/tuimble/app.py +++ b/src/tuimble/app.py @@ -381,13 +381,12 @@ class TuimbleApp(App): } #chatlog { height: 1fr; - border-bottom: solid #292e42; scrollbar-size: 1 1; } #input { - dock: bottom; height: 3; border-top: solid #292e42; + padding: 0 1 0 0; } #status { dock: bottom;