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:
parent
bafc683183
commit
82c209bce4
1 changed files with 5 additions and 14 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue