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:
authorDarren Lines <darren@darrenlines.uk>2022-07-03 15:53:48 +0300
committerDarren Lines <darren@darrenlines.uk>2022-07-03 15:53:48 +0300
commitd81a992dc259a29a4df36372df37819de6133a5a (patch)
treed6473c6515e4a170e3c2162b9227c26153175370 /src
parentc5d0da51345fa7144385abf7a242c41681e33e52 (diff)
Fixes to the modes page
- Moved to turn assist in to **flight mode modifiers** section. As it applies to fixed wing and multirotors. - Re-established name changes for `CAMERA CONTROL` 1 to 3 when a RunCam Device is used.
Diffstat (limited to 'src')
-rw-r--r--src/css/tabs/auxiliary.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/css/tabs/auxiliary.css b/src/css/tabs/auxiliary.css
index 86ff9acf..724f6758 100644
--- a/src/css/tabs/auxiliary.css
+++ b/src/css/tabs/auxiliary.css
@@ -81,18 +81,22 @@
background-color: #e4e4e4;
border-bottom: 5px solid white;
color: grey;
- min-width: 100px;
+ height: 85px;
+ width: 130px;
+ padding: 0px 5px;
}
.tab-auxiliary .mode .info .name {
font-weight: bold;
font-size: 1.0em;
+ padding-bottom: 5px;
}
.tab-auxiliary .mode .info .buttons {
position: absolute;
bottom: 14px;
width: 100%;
+ margin-left:-5px;
}
.tab-auxiliary .mode .info .buttons a {