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:
parent
f443051ffa
commit
f3f3c4308e
7 changed files with 380 additions and 20 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue