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
path: root/src
diff options
context:
space:
mode:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2022-05-09 21:41:58 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2022-05-09 21:41:58 +0300
commiteec23b6386c659d6bc896669ce96b97806da6ac7 (patch)
tree56e1cd2a62459eeb8ae735f67a2bfb672080e3ba /src
parentc2ad26d4d43cd0cd73a5496a3f163d53a3c24d93 (diff)
Show other PID controllers conditionally
Diffstat (limited to 'src')
-rw-r--r--src/css/tabs/pid_tuning.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/css/tabs/pid_tuning.css b/src/css/tabs/pid_tuning.css
index 7433995f..fb744c92 100644
--- a/src/css/tabs/pid_tuning.css
+++ b/src/css/tabs/pid_tuning.css
@@ -403,7 +403,8 @@
.pid-slider-row span {
margin-right: 2em;
- width: 150px;
+ width: 120px;
+ line-height: 22px;;
}
.pid-slider-row input[type="number"] {
@@ -421,6 +422,11 @@
flex-grow: 100;
}
+.pid-sliders-axis {
+ padding: 0.5em;
+ margin-bottom: 1em;
+}
+
.pid-sliders-axis h3 {
padding: 4px;
}