1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-22 15:55:28 +03:00
This commit is contained in:
Scavanger 2024-04-01 14:44:39 -03:00
commit ca13eefa1b
32 changed files with 2988 additions and 796 deletions

View file

@ -236,10 +236,17 @@
margin-bottom: 5px;
margin-left: 5px;
}
.tab-mission-control .point-label {
width: 80px;
display: inline-block;
}
.tab-mission-control .point-label-safehome {
width: 120px;
display: inline-block;
}
.tab-mission-control .point-radio input{
width: 25px;
padding-left: 3px;
@ -511,7 +518,6 @@
.tab-mission-control .fill{
border:none;
border-bottom:5px dotted #88CC3E;
display:inline-block;
width:20px;
}
@ -519,9 +525,6 @@
.tab-mission-control .textLegend{
margin:2px;
}
.tab-mission-control .valueLegend{
float:right;
}
.tab-mission-control .userActionContainer {
display: inline-block;

View file

@ -719,4 +719,18 @@ button {
.tab-osd .osd_settings .switchery,
.tab-osd .unit_wrapper {
vertical-align: top;
}
.osdCustomElement_main_table {
width: 100%;
table-layout: fixed;
max-width: 400px;
}
.osdCustomElement_main_table td{
max-width: 80px;
}
.osdCustomElement_main_table select, .osdCustomElement_main_table input{
width: 100% !important;
}