From 762403f93f2f0efa667424f344aff21a47055377 Mon Sep 17 00:00:00 2001 From: phg Date: Fri, 4 Sep 2026 18:53:24 +0200 Subject: [PATCH] Compact advanced filter search input --- src/hosts/tui/styles.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hosts/tui/styles.py b/src/hosts/tui/styles.py index 117e65d..d927a46 100644 --- a/src/hosts/tui/styles.py +++ b/src/hosts/tui/styles.py @@ -438,9 +438,10 @@ FilterModal { } .filter-search-input { - height: 3; + height: 1; width: 1fr; margin: 0 2; + border: none; } .filter-actions {