mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 06:15:13 +03:00
Some finetuning
This commit is contained in:
parent
271eefe5fa
commit
770cae9ee4
5 changed files with 48 additions and 28 deletions
3
main.js
3
main.js
|
@ -379,7 +379,7 @@ $("#showlog").on('click', function() {
|
|||
$("#log").animate({height: 27}, 800);
|
||||
$("#log").removeClass('active');
|
||||
$("#content").removeClass('logopen');
|
||||
|
||||
$("#tabs").removeClass('logopen');
|
||||
$("#scrollicon").removeClass('active');
|
||||
|
||||
state = false;
|
||||
|
@ -387,6 +387,7 @@ $("#showlog").on('click', function() {
|
|||
$("#log").animate({height: 111}, 800);
|
||||
$("#log").addClass('active');
|
||||
$("#content").addClass('logopen');
|
||||
$("#tabs").addClass('logopen');
|
||||
$("#scrollicon").addClass('active');
|
||||
|
||||
state = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue