From 68b348e1b7037bad22808af2efb58b154338940a Mon Sep 17 00:00:00 2001 From: shuki Date: Fri, 6 Mar 2026 04:57:26 +0200 Subject: [PATCH] Fix MySQL restore switch visibility with explicit sizing Co-Authored-By: Claude Opus 4.6 --- tui/gniza.tcss | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/tui/gniza.tcss b/tui/gniza.tcss index 83a7eaf..28fedc0 100644 --- a/tui/gniza.tcss +++ b/tui/gniza.tcss @@ -72,11 +72,22 @@ SelectionList { /* MySQL restore toggle */ #restore-mysql-row { - height: auto; + height: 3; align: left middle; margin: 0 0 1 0; } +#restore-mysql-row Static { + width: auto; + height: 3; + content-align: left middle; +} + +#restore-mysql-row Switch { + height: 3; + margin: 0 1; +} + /* Browse row */ #restore-dest-row { height: auto;