mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Merge pull request #38 from CurtisFissel/xyz_jitter_fix
Minor CSS change to sensor XYZ numbers in Motor and Sensor Tabs
This commit is contained in:
commit
fc47526175
2 changed files with 8 additions and 0 deletions
|
@ -41,6 +41,10 @@
|
|||
.tab-motor_outputs .plot_control .z {
|
||||
color: #CB4B4B;
|
||||
}
|
||||
.tab-motor_outputs .plot_control .x, .tab-motor_outputs .plot_control .y, .tab-motor_outputs .plot_control .z {
|
||||
text-align: right;
|
||||
margin-right: 25px;
|
||||
}
|
||||
.tab-motor_outputs select {
|
||||
width: 70px;
|
||||
border: 1px solid silver;
|
||||
|
|
|
@ -60,6 +60,10 @@
|
|||
.tab-sensors .plot_control .z {
|
||||
color: #CB4B4B;
|
||||
}
|
||||
.tab-sensors .plot_control .x, .tab-sensors .plot_control .y, .tab-sensors .plot_control .z {
|
||||
text-align: right;
|
||||
margin-right: 25px;
|
||||
}
|
||||
.tab-sensors select {
|
||||
width: 70px;
|
||||
border: 1px solid silver;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue