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-08 16:22:19 +0300
committerAlberto García Hierro <alberto@garciahierro.com>2018-05-08 16:43:53 +0300
commit0d788a430c03db2401ec100c54eeb70218ff6cc4 (patch)
tree06413f670a84594787aeac6d763b0927dc24cbc2 /src/css/tabs
parent5631fa794d5029c2e8a29cb0cebf6027e25e14c3 (diff)
Use a switch to reverse servos rather than negative rates
Just an UI change, same functionality.
Diffstat (limited to 'src/css/tabs')
-rw-r--r--src/css/tabs/servos.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/css/tabs/servos.css b/src/css/tabs/servos.css
index 935656b2..de4b664e 100644
--- a/src/css/tabs/servos.css
+++ b/src/css/tabs/servos.css
@@ -57,7 +57,7 @@
}
.tab-servos table .channel {
- width: 40px;
+ width: 22px;
text-align: center;
}
@@ -139,5 +139,5 @@
}
.tab-servos .short {
- width: 40px;
+ width: 32px;
} \ No newline at end of file