mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
Add CLI console (#4207)
This commit is contained in:
parent
74c9978898
commit
9816ea5ce0
5 changed files with 122 additions and 1 deletions
|
@ -882,6 +882,31 @@ dialog {
|
|||
width: fit-content;
|
||||
max-width: 400px;
|
||||
}
|
||||
.dialogInteractive {
|
||||
.dialogInteractive-closeButton {
|
||||
margin: 0px;
|
||||
}
|
||||
.cli-command {
|
||||
input {
|
||||
width: 100%;
|
||||
margin-top: 12px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
}
|
||||
.cli-response {
|
||||
margin-top: 12px;
|
||||
margin-bottom: 12px;
|
||||
white-space: pre-line;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
textarea {
|
||||
font-size: 11px;
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.tab_title {
|
||||
border-bottom: 2px solid var(--primary-500);
|
||||
font-size: 2rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue