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:
authorKonstantin Sharlaimov <konstantin.sharlaimov@gmail.com>2018-12-10 13:37:41 +0300
committerGitHub <noreply@github.com>2018-12-10 13:37:41 +0300
commit08d50f7feec3631592e30cc45e92788966c8a15b (patch)
tree59ea0cc785eab47e82ce1658d7d866579f15365f /src
parent2a7a2649e02661717123e96ed90ea33cc3b67597 (diff)
parent43da66e2b42c515e5d557376a250a6d024e4b0ff (diff)
Merge pull request #604 from nmaggioni/cli_rebase
Rebase CLI tab on latest CF
Diffstat (limited to 'src')
-rw-r--r--src/css/tabs/cli.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/css/tabs/cli.css b/src/css/tabs/cli.css
index 52597896..d7f1643d 100644
--- a/src/css/tabs/cli.css
+++ b/src/css/tabs/cli.css
@@ -3,7 +3,7 @@
}
.tab-cli .content_wrapper {
- height: calc(100% - 50px);
+ height: calc(100% - 92px);
}
.tab-cli p {
@@ -56,4 +56,19 @@
.tab-cli .window .wrapper {
white-space: pre-wrap;
+}
+
+.tab-cli .save {
+ color: white;
+}
+
+@media only screen and (max-width: 1055px) , only screen and (max-device-width: 1055px) {
+
+.tab-cli .content_wrapper {
+ height: calc(100% - 87px);
+}
+.tab-cli .content_toolbar {
+ margin-top: 5px;
+}
+
} \ No newline at end of file