Fix MySQL restore switch visibility with explicit sizing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
shuki
2026-03-06 04:57:26 +02:00
parent eeee87b063
commit 68b348e1b7

View File

@@ -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;