mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 09:15:42 +03:00
Merge pull request #2263 from sensei-hacker/outputs_preview_motor_numbers
This commit is contained in:
commit
d6b57e35b4
4 changed files with 55 additions and 5 deletions
|
@ -463,4 +463,18 @@
|
|||
|
||||
.tab-motors .config-section .number input {
|
||||
margin-right: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.tab-motors .mixerPreview {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.tab-motors .motorNumber {
|
||||
position: absolute;
|
||||
font-size: 1.4em;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.tab-motors .mixer-preview-image-numbers {
|
||||
width: fit-content;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue