1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 21:05:30 +03:00

Fixed receiver and motor tabs plot

This commit is contained in:
Asizon 2020-10-03 11:29:57 +02:00
parent 59076c0c3a
commit 3ccfeea6e3
2 changed files with 8 additions and 4 deletions

View file

@ -51,6 +51,7 @@
.tab-motors .plot_control { .tab-motors .plot_control {
float: right; float: right;
width: 160px; width: 160px;
height: 197px;
margin: 0; margin: 0;
background-color: #ECECEC; background-color: #ECECEC;
border-top-right-radius: 3px; border-top-right-radius: 3px;

View file

@ -9,7 +9,7 @@
} }
.tab-receiver .spacer { .tab-receiver .spacer {
padding-left: 10px; padding-left: 18px;
padding-right: 9px; padding-right: 9px;
width: calc(100% - 18px); width: calc(100% - 18px);
} }
@ -347,11 +347,13 @@
.tab-receiver .plot_control { .tab-receiver .plot_control {
float: right; float: right;
width: 188px; width: 181px;
height: 203px;
margin: 0; margin: 0;
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 {
@ -361,6 +363,7 @@
border-collapse:separate; border-collapse:separate;
border-spacing:5px; border-spacing:5px;
box-sizing: border-box; box-sizing: border-box;
padding: 5px 5px 5px 3px;
} }
.tab-receiver .plot_control .row-container { .tab-receiver .plot_control .row-container {
@ -395,7 +398,7 @@
display: table-cell; display: table-cell;
vertical-align: middle; vertical-align: middle;
text-align: right; text-align: right;
width: 95px; width: 87px;
font-size: smaller; font-size: smaller;
} }
@ -406,7 +409,7 @@
} }
.tab-receiver .plot_control .value { .tab-receiver .plot_control .value {
padding: 3px; padding: 4px;
color: #fff; color: #fff;
border-radius: 3px; border-radius: 3px;
} }