Fix MySQL restore switch visibility with explicit sizing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -72,11 +72,22 @@ SelectionList {
|
|||||||
|
|
||||||
/* MySQL restore toggle */
|
/* MySQL restore toggle */
|
||||||
#restore-mysql-row {
|
#restore-mysql-row {
|
||||||
height: auto;
|
height: 3;
|
||||||
align: left middle;
|
align: left middle;
|
||||||
margin: 0 0 1 0;
|
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 */
|
/* Browse row */
|
||||||
#restore-dest-row {
|
#restore-dest-row {
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user