Skip to content

Commit

Permalink
Merge pull request #2198 from iNavFlight/MrD_Resize-UI-for-smaller-re…
Browse files Browse the repository at this point in the history
…solution-displays

Update the CSS to avoid hiding the save and reboot button
  • Loading branch information
MrD-RC authored Sep 21, 2024
2 parents 1145424 + f862b44 commit c4a76a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ li.active .ic_mag {
#content {
margin-top: 0;
padding: 0;
height: calc(100% - 145px);
height: calc(100% - 150px);
/* (port picker 105px, log CLOSED 25px, status bar: 20px + padding) - was: calc(100% - 171px)*/
background-color: white;
overflow-x: hidden;
Expand Down Expand Up @@ -1644,7 +1644,7 @@ dialog {
.tab-setup, .tab-landing, .tab-adjustments, .tab-auxiliary, .tab-cli, .tab-configuration, .tab-failsafe, .tab-onboard_logging,
.tab-firmware_flasher, .tab-gps, .tab-magnetometer, .tab-help, .tab-led-strip, .tab-logging, .tab-modes, .tab-motors, .tab-pid_tuning,
.tab-ports, .tab-receiver, .tab-sensors, .tab-servos, .tab-osd, .tab-calibration, .tab-ez_tune {
height: 100%;
height: calc(100% - 51px);
position: relative;
}

Expand Down

0 comments on commit c4a76a4

Please sign in to comment.