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:
authorNiccolò Maggioni <nicco.maggioni@gmail.com>2018-11-29 17:01:58 +0300
committerNiccolò Maggioni <nicco.maggioni@gmail.com>2018-11-29 17:01:58 +0300
commitbc082998f20814f44dd8a277b42f5bdde649008e (patch)
tree7bff1847c6ecefe114e534e558bcfd103b0f5b62 /src
parenta340443c43722cbb141aad456024d5c6a552ba98 (diff)
Port CSS edits to fit toolbar
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