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:
commit
08d50f7fee
9 changed files with 326 additions and 105 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue