From 8fc4d875e807f5419bbcd5c19a4c5fffa3822c87 Mon Sep 17 00:00:00 2001 From: shuki Date: Sat, 7 Mar 2026 06:04:22 +0200 Subject: [PATCH] Style settings tabs with proper spacing and borders Co-Authored-By: Claude Opus 4.6 --- tui/gniza.tcss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/tui/gniza.tcss b/tui/gniza.tcss index bf4c6f4..e50dd65 100644 --- a/tui/gniza.tcss +++ b/tui/gniza.tcss @@ -86,6 +86,23 @@ Select { margin: 0; } +#settings-screen TabbedContent { + height: 1fr; +} + +#settings-screen TabPane { + padding: 1 1; +} + +#settings-screen TabPane Static { + margin: 0 0 0 0; +} + +#settings-screen TabPane Input, +#settings-screen TabPane Select { + margin: 0 0 1 0; +} + SelectionList { height: auto; max-height: 8;