Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto García Hierro <alberto@garciahierro.com>2018-05-20 19:05:34 +0300
committerAlberto García Hierro <alberto@garciahierro.com>2018-05-20 19:05:34 +0300
commit6e80fd2b4d2626e04b21078644965cc1a31f7fe6 (patch)
treef37d191d83e741aa3d2546760431e9b1c9894191 /src/css/tabs
parent15e884acf18b7f182b9a9903c99116be5e5fb5da (diff)
Fix support for simulated RX via MSP, increase channels to 12
- Fix detection of MSP_RX to show the button in the receiver tab - Fix path to the .css file for receiver_msp.html - Increase number of channels to 12
Diffstat (limited to 'src/css/tabs')
-rw-r--r--src/css/tabs/receiver_msp.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/css/tabs/receiver_msp.css b/src/css/tabs/receiver_msp.css
index d58a9233..1b80d18a 100644
--- a/src/css/tabs/receiver_msp.css
+++ b/src/css/tabs/receiver_msp.css
@@ -86,8 +86,8 @@
.slider-label {
position: absolute;
text-align: right;
- width: 40px;
- left: -65px;
+ width: 50px;
+ left: -75px;
}
a {