Skip to content

Commit 52c8d8d

Browse files
authored
Merge pull request #2225 from iNavFlight/revert-2198-MrD_Resize-UI-for-smaller-resolution-displays
Revert "Update the CSS to avoid hiding the save and reboot button"
2 parents 5cc8107 + cb4d8f4 commit 52c8d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/main.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ li.active .ic_mag {
10121012
#content {
10131013
margin-top: 0;
10141014
padding: 0;
1015-
height: calc(100% - 150px);
1015+
height: calc(100% - 145px);
10161016
/* (port picker 105px, log CLOSED 25px, status bar: 20px + padding) - was: calc(100% - 171px)*/
10171017
background-color: white;
10181018
overflow-x: hidden;
@@ -1655,7 +1655,7 @@ dialog {
16551655
.tab-setup, .tab-landing, .tab-adjustments, .tab-auxiliary, .tab-cli, .tab-configuration, .tab-failsafe, .tab-onboard_logging,
16561656
.tab-firmware_flasher, .tab-gps, .tab-magnetometer, .tab-help, .tab-led-strip, .tab-logging, .tab-modes, .tab-motors, .tab-pid_tuning,
16571657
.tab-ports, .tab-receiver, .tab-sensors, .tab-servos, .tab-osd, .tab-calibration, .tab-ez_tune {
1658-
height: calc(100% - 51px);
1658+
height: 100%;
16591659
position: relative;
16601660
}
16611661

0 commit comments

Comments
 (0)