1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +03:00

Merge pull request #604 from nmaggioni/cli_rebase

Rebase CLI tab on latest CF
This commit is contained in:
Konstantin Sharlaimov 2018-12-10 11:37:41 +01:00 committed by GitHub
commit 08d50f7fee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 326 additions and 105 deletions

View file

@ -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;
}
}