mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 21:35:33 +03:00
Some fixes
This commit is contained in:
parent
3ccfeea6e3
commit
8895b972d2
1 changed files with 3 additions and 4 deletions
|
@ -9,9 +9,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-receiver .spacer {
|
.tab-receiver .spacer {
|
||||||
padding-left: 18px;
|
padding-left: 10px;
|
||||||
padding-right: 9px;
|
padding-right: 9px;
|
||||||
width: calc(100% - 18px);
|
width: calc(100% - 10px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-receiver input[type="number"]::-webkit-inner-spin-button {
|
.tab-receiver input[type="number"]::-webkit-inner-spin-button {
|
||||||
|
@ -353,7 +353,6 @@
|
||||||
background-color: #ECECEC;
|
background-color: #ECECEC;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-bottom-right-radius: 3px;
|
border-bottom-right-radius: 3px;
|
||||||
height; 203px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-receiver .plot_control .table {
|
.tab-receiver .plot_control .table {
|
||||||
|
@ -431,7 +430,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-receiver #RX_plot {
|
.tab-receiver #RX_plot {
|
||||||
width: calc(100% - 188px);
|
width: calc(100% - 181px);
|
||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue