1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-23 16:25:19 +03:00

show CLI settings in interface

This commit is contained in:
Roman Lut 2024-05-04 15:28:47 +02:00
parent ca9ca8b334
commit 14f1fce607
4 changed files with 60 additions and 6 deletions

View file

@ -119,6 +119,7 @@
width: 100%;
table-layout: auto;
text-align: center;
border-bottom: 1px solid #ddd;
}
.tab-magnetometer .slider {
@ -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;
}
}