1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 16:55:24 +03:00

Let pid profile and rate selects grow

This commit is contained in:
Miguel Angel Mulero Martinez 2019-11-12 13:18:51 +01:00
parent bafc683183
commit 82c209bce4

View file

@ -302,7 +302,7 @@
}
.tab-pid_tuning .single-field {
display: inline-block;
display: inline-table;
margin-bottom: 10px;
margin-right: 5px;
}
@ -556,26 +556,17 @@
height: 20px;
}
.tab-pid_tuning .profile {
width: 100px;
}
.tab-pid_tuning .profile select {
border: 1px solid var(--subtleAccent);
border-radius: 3px;
margin-left: 5px;
width: calc(100% - 10px);
}
.tab-pid_tuning .profile,
.tab-pid_tuning .rate_profile {
width: 130px;
min-width: 130px;
}
.tab-pid_tuning .profile select,
.tab-pid_tuning .rate_profile select {
border: 1px solid var(--subtleAccent);
border-radius: 3px;
margin-left: 5px;
margin-right: 5px;
width: calc(100% - 10px);
}