diff --git a/services/tui_service.py b/services/tui_service.py index 469a491..bd40259 100644 --- a/services/tui_service.py +++ b/services/tui_service.py @@ -560,7 +560,6 @@ class TUIFramework(App): } #monitor-area { - height: 3; padding: 0 1; background: $panel; color: $text; @@ -573,9 +572,9 @@ class TUIFramework(App): } #input-area { - height: 5; border: solid $secondary; padding: 0 1; + align: center bottom; } ScrollableContainer {