fix input alignment and double border in chat area

This commit is contained in:
Username
2026-02-24 17:03:05 +01:00
parent 85f373a8b5
commit df6f2ff354

View File

@@ -381,13 +381,12 @@ class TuimbleApp(App):
} }
#chatlog { #chatlog {
height: 1fr; height: 1fr;
border-bottom: solid #292e42;
scrollbar-size: 1 1; scrollbar-size: 1 1;
} }
#input { #input {
dock: bottom;
height: 3; height: 3;
border-top: solid #292e42; border-top: solid #292e42;
padding: 0 1 0 0;
} }
#status { #status {
dock: bottom; dock: bottom;