1
0
Fork 0
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:
Mark Haslinghuis 2024-10-15 19:47:09 +02:00 committed by GitHub
parent 74c9978898
commit 9816ea5ce0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 122 additions and 1 deletions

View file

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