mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
OSTD Tab redesign
cleanup optimization typo fix adding dummy contents for callsign and vtx settings indentation fix typo fix
This commit is contained in:
parent
e97f6685d4
commit
c7616c6a8a
6 changed files with 186 additions and 55 deletions
|
@ -307,6 +307,7 @@ GUI_control.prototype.content_ready = function (callback) {
|
|||
});
|
||||
});
|
||||
|
||||
|
||||
if (callback) callback();
|
||||
}
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
.jBox-container {
|
||||
background: #fff;
|
||||
border:1px solid #ffbb00;
|
||||
max-width:180px;
|
||||
font-size:11px;
|
||||
line-height:13px;
|
||||
color:#525352;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue