1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 08:45:26 +03:00

Merge remote-tracking branch 'origin/master' into dzikuvx-simplify-receiver-tab

This commit is contained in:
Pawel Spychalski (DzikuVx) 2024-05-12 19:40:46 +02:00
commit fd467974b7
86 changed files with 67833 additions and 2052 deletions

View file

@ -119,6 +119,7 @@
width: 100%;
table-layout: auto;
text-align: center;
border-bottom: 1px solid #ddd;
}
.tab-magnetometer .slider {
@ -137,7 +138,7 @@
.tab-magnetometer #interactive_block {
position: absolute;
width: calc(100% - 655px);
height: 771px;
height: 836px;
min-height: calc(100% - 200px);
background-color: #f9f9f9;
border-radius: 5px;
@ -176,6 +177,9 @@
.tab-magnetometer .table-title {
font-weight: bold;
}
#align_mag_xxx {
font-weight: normal;
}
/*noinspection ALL*/
progress[value]::-webkit-progress-bar {
background-color: #d2d2d2;
@ -211,3 +215,14 @@ progress[value]::-webkit-progress-value {
}
}
.tab-magnetometer .cli-box {
display:flex;
justify-content: center;
align-items: end;
font-style: italic;
margin-top: 5px;
.cli-settings-title {
font-weight: bold;
}
}

View file

@ -28,4 +28,13 @@
font-size: 2em;
color:#fff;
font-weight: bold;
}
.logic__table select,
.logic__table input {
width: auto;
margin: 0;
padding: 2px;
margin-right: 1em;
font-size: 13px;
}