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

OSD custom elements

This commit is contained in:
error414 2024-02-12 18:49:41 +01:00
parent f443051ffa
commit f3f3c4308e
7 changed files with 380 additions and 20 deletions

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;
}