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;