1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-23 08:15:19 +03:00

Convert to CommonJS Modules Part 3

This commit is contained in:
Scavanger 2024-04-18 15:39:19 -03:00
parent ca13eefa1b
commit 06a4d8b0c8
74 changed files with 1949 additions and 10259 deletions

View file

@ -1001,7 +1001,7 @@ li.active .ic_mag {
#content {
margin-top: 0;
padding: 0;
height: calc(100% - 165px);
height: calc(100% - 145px);
/* (port picker 105px, log CLOSED 25px, status bar: 20px + padding) - was: calc(100% - 171px)*/
background-color: white;
overflow-x: hidden;

View file

@ -38,3 +38,4 @@
@import 'tabs/sensors.css';
@import 'tabs/setup.css';
@import 'tabs/sitl.css';
@import 'groundstation.css';