mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 13:25:24 +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 {
|
||||
padding-left: 18px;
|
||||
padding-left: 10px;
|
||||
padding-right: 9px;
|
||||
width: calc(100% - 18px);
|
||||
width: calc(100% - 10px);
|
||||
}
|
||||
|
||||
.tab-receiver input[type="number"]::-webkit-inner-spin-button {
|
||||
|
@ -353,7 +353,6 @@
|
|||
background-color: #ECECEC;
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
height; 203px;
|
||||
}
|
||||
|
||||
.tab-receiver .plot_control .table {
|
||||
|
@ -431,7 +430,7 @@
|
|||
}
|
||||
|
||||
.tab-receiver #RX_plot {
|
||||
width: calc(100% - 188px);
|
||||
width: calc(100% - 181px);
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue