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:
authorPaweł Spychalski <pspychalski@gmail.com>2022-03-15 12:09:11 +0300
committerGitHub <noreply@github.com>2022-03-15 12:09:11 +0300
commit1f322cd0bdb842351b119f0869340a8e9f39b833 (patch)
tree9fed900b4dcffe33ce2ccd1c8345d35b9c66372b /src
parent2e6be9fdcc550f87c49c87cc9ec426a83944cb98 (diff)
parent4dca04a6357cc84eef7b3a347a46192c8d327dbd (diff)
Merge pull request #1486 from iNavFlight/MrD-Dynamic-Airplane-Mixer-Images
Dynamic airplane mixer images
Diffstat (limited to 'src')
-rw-r--r--src/css/tabs/configuration.css4
-rw-r--r--src/css/tabs/mixer.css23
2 files changed, 24 insertions, 3 deletions
diff --git a/src/css/tabs/configuration.css b/src/css/tabs/configuration.css
index 7f86aa31..c16bbae2 100644
--- a/src/css/tabs/configuration.css
+++ b/src/css/tabs/configuration.css
@@ -138,9 +138,7 @@ hr {
}
.tab-configuration .mixerPreview img {
- width: 90%;
- height: 90%;
- padding: 5%;
+ width: 175px;
}
.tab-configuration .gui_box {
diff --git a/src/css/tabs/mixer.css b/src/css/tabs/mixer.css
index 08e01e7b..a8ca2d5b 100644
--- a/src/css/tabs/mixer.css
+++ b/src/css/tabs/mixer.css
@@ -2,6 +2,8 @@
position: absolute;
right: 0;
bottom: 1em;
+ margin-left: 185px;
+ width: calc(100% - 175px);
}
.mixer-load-button > div {
@@ -95,4 +97,25 @@
.mixer-fixed-value-col {
display: none;
+}
+
+#needToUpdateMixerMessage {
+ margin-bottom: 5px;
+}
+
+.outputImageNumber {
+ position: absolute;
+ background-color: #FFF;
+ font-family: 'open_sansbold', Arial, serif;
+ width: 18px;
+ height: 18px;
+ border: 2.5px solid #ff00ff;
+ border-radius: 4px;
+}
+
+.outputImageNumber.isMotor {
+ width: 29px;
+ height: 29px;
+ line-height: 27px;
+ border-radius: 20px;
} \ No newline at end of file