1
0
Fork 0
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:
Kristjan Vaga 2015-11-05 19:22:39 +02:00
parent 86c9733e52
commit 76fc0176da
22 changed files with 124 additions and 327 deletions

View file

@ -147,7 +147,7 @@ TABS.cli.read = function (readInfo) {
case 62:
text += '&gt';
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
});
};
};