Skip to content

Commit

Permalink
Merge pull request #2226 from iNavFlight/MrD_Fix-Configuration-page-l…
Browse files Browse the repository at this point in the history
…ayout

Fix Configuration page layout
  • Loading branch information
MrD-RC authored Nov 2, 2024
2 parents 52c8d8d + f022609 commit 5cf942a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ li.active .ic_mag {
/* (port picker 105px, log CLOSED 25px, status bar: 20px + padding) - was: calc(100% - 171px)*/
background-color: white;
overflow-x: hidden;
overflow-y: auto;
overflow-y: hidden;
border: 0 solid #848484;
-webkit-transform: rotateX(0deg); /* DO NOT REMOVE! this fixes the UI freezing bug on MAC OS X */
transition: all 0.3s;
Expand Down
12 changes: 6 additions & 6 deletions tabs/configuration.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
<div class="tab-configuration toolbar_fixed_bottom">
<div class="content_wrapper">
<div class="tab_title" data-i18n="tabConfiguration">Configuration</div>
<div class="note" style="margin-bottom: 20px;">
<div class="note_spacer">
<p data-i18n="configurationFeaturesHelp"></p>

<div class="require-support">
<div class="note spacebottom">
<div class="note_spacer"><p data-i18n="configurationFeaturesHelp"></p></div>
</div>
</div>

<div class="leftWrapper">
<div class="config-section sensors gui_box grey">
<div class="gui_box_titlebar">
<div class="spacer_box_title" data-i18n="configurationSensors"></div>
</div>
<div class="spacer_box">

<div class="select">
<select id="sensor-acc" data-setting="acc_hardware"></select>
<label for="sensor-acc"> <span data-i18n="sensorAccelerometer"></span></label>
Expand Down Expand Up @@ -296,10 +297,9 @@
</div>
</div>

</div>

<div class="clear-both"></div>
</div>

<div class="content_toolbar">
<div class="btn save_btn">
<a class="save" href="#" data-i18n="configurationButtonSave"></a>
Expand Down

0 comments on commit 5cf942a

Please sign in to comment.