mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 01:05:15 +03:00
CSS fixes
This commit is contained in:
parent
dcc037c549
commit
4d6fae7fb1
6 changed files with 25 additions and 20 deletions
4
main.js
4
main.js
|
@ -378,7 +378,7 @@ $("#showlog").on('click', function() {
|
|||
if ( state ) {
|
||||
$("#log").animate({height: 27}, 800);
|
||||
$("#log").removeClass('active');
|
||||
$("#content").removeClass('active');
|
||||
$("#content").removeClass('logopen');
|
||||
|
||||
$("#scrollicon").removeClass('active');
|
||||
|
||||
|
@ -386,7 +386,7 @@ $("#showlog").on('click', function() {
|
|||
}else{
|
||||
$("#log").animate({height: 111}, 800);
|
||||
$("#log").addClass('active');
|
||||
$("#content").addClass('active');
|
||||
$("#content").addClass('logopen');
|
||||
$("#scrollicon").addClass('active');
|
||||
|
||||
state = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue