From 350c2feb54f0fa7c100385365f76ef0e867b8907 Mon Sep 17 00:00:00 2001 From: shuki Date: Sat, 7 Mar 2026 06:05:29 +0200 Subject: [PATCH] Add border around settings tab content area Co-Authored-By: Claude Opus 4.6 --- tui/gniza.tcss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tui/gniza.tcss b/tui/gniza.tcss index e50dd65..86262e8 100644 --- a/tui/gniza.tcss +++ b/tui/gniza.tcss @@ -90,8 +90,13 @@ Select { height: 1fr; } +#settings-screen ContentSwitcher { + border: round $accent; + padding: 1; +} + #settings-screen TabPane { - padding: 1 1; + padding: 0 1; } #settings-screen TabPane Static {