mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Add support for editing more OSD settings from the OSD tab
- Voltage decimals - Crosshairs style - Sidebar scroll for left and right - Sidebar scrolling arrows
This commit is contained in:
parent
8e823748f4
commit
42c45648d3
8 changed files with 228 additions and 93 deletions
|
@ -421,7 +421,7 @@ button {
|
|||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
.tab-osd .alarms label {
|
||||
.tab-osd .settings label {
|
||||
display: block;
|
||||
width: 100%;
|
||||
border-bottom: 1px solid #ddd;
|
||||
|
@ -429,12 +429,12 @@ button {
|
|||
padding-bottom: 5px
|
||||
}
|
||||
|
||||
.tab-osd .alarms label:last-child {
|
||||
.tab-osd .settings label:last-child {
|
||||
border-bottom: none;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.tab-osd .alarms input {
|
||||
.tab-osd .settings input {
|
||||
width: 55px;
|
||||
padding-left: 3px;
|
||||
height: 18px;
|
||||
|
@ -447,6 +447,15 @@ button {
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
.tab-osd .settings select {
|
||||
width: 61px;
|
||||
margin-right: 11px;
|
||||
}
|
||||
|
||||
.tab-osd .settings .switchery {
|
||||
margin-right: 25px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1055px) , only screen and (max-device-width: 1055px) {
|
||||
.tab-osd .content_wrapper {
|
||||
height: calc(100% - 30px);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue