1
0
Fork 0
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:
Darren Lines 2024-11-30 07:57:58 +00:00 committed by GitHub
commit d6b57e35b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 55 additions and 5 deletions

View file

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