mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
Polishing the toolbar related styles. Fixing styles.
This commit is contained in:
parent
86c9733e52
commit
76fc0176da
22 changed files with 124 additions and 327 deletions
|
@ -147,7 +147,7 @@ TABS.cli.read = function (readInfo) {
|
|||
case 62:
|
||||
text += '>';
|
||||
break;
|
||||
|
||||
|
||||
default:
|
||||
text += String.fromCharCode(data[i]);
|
||||
}
|
||||
|
@ -169,7 +169,7 @@ TABS.cli.read = function (readInfo) {
|
|||
$('.tab-cli .window').scrollTop($('.tab-cli .window .wrapper').height());
|
||||
|
||||
// there seems to be some sort of initial rendering glitch in 33+, we will force redraw/refill
|
||||
$('.tab-cli .window .wrapper').css('webkitTransform', 'scale(1)');
|
||||
//$('.tab-cli .window .wrapper').css('webkitTransform', 'scale(1)');
|
||||
};
|
||||
|
||||
TABS.cli.cleanup = function (callback) {
|
||||
|
@ -199,4 +199,4 @@ TABS.cli.cleanup = function (callback) {
|
|||
if (callback) callback();
|
||||
}, 5000); // if we dont allow enough time to reboot, CRC of "first" command sent will fail, keep an eye for this one
|
||||
});
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue