mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +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 {
|
.tab-motor_outputs .plot_control .z {
|
||||||
color: #CB4B4B;
|
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 {
|
.tab-motor_outputs select {
|
||||||
width: 70px;
|
width: 70px;
|
||||||
border: 1px solid silver;
|
border: 1px solid silver;
|
||||||
|
|
|
@ -60,6 +60,10 @@
|
||||||
.tab-sensors .plot_control .z {
|
.tab-sensors .plot_control .z {
|
||||||
color: #CB4B4B;
|
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 {
|
.tab-sensors select {
|
||||||
width: 70px;
|
width: 70px;
|
||||||
border: 1px solid silver;
|
border: 1px solid silver;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue