File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9595
9696 <!-- --------- Profile Config --------- -->
9797 < div class ="d-grid gap-2 ">
98- < button class ="btn btn-primary mt-3 toggle-btn " id ="profileConfig " type ="button " data-toggle ="collapse "
98+ < button class ="btn btn-primary toggle-btn " id ="profileConfig " type ="button " data-toggle ="collapse "
9999 data-target ="#collapseProfileConfig " aria-expanded ="false " aria-controls ="collapseProfileConfig ">
100100 Profile Configuration < i id ="profileCaret " class ="caret-icon bi icon-caret-down "> </ i >
101101 </ button >
122122
123123 <!-- --------- GNSS Config --------- -->
124124 < div class ="d-grid gap-2 ">
125- < button class ="btn btn-primary toggle-btn " type ="button " data-toggle ="collapse "
125+ < button class ="btn btn-primary mt-3 toggle-btn " type ="button " data-toggle ="collapse "
126126 data-target ="#collapseGNSSConfig " aria-expanded ="false " aria-controls ="collapseGNSSConfig ">
127127 GNSS Configuration < i id ="gnssCaret " class ="caret-icon bi icon-caret-up "> </ i >
128128 </ button >
Original file line number Diff line number Diff line change @@ -874,7 +874,7 @@ static const char *index_html = R"=====(
874874
875875 <!-- --------- Profile Config --------- -->
876876 <div class="d-grid gap-2">
877- <button class="btn btn-primary mt-3 toggle-btn" id="profileConfig" type="button" data-toggle="collapse"
877+ <button class="btn btn-primary toggle-btn" id="profileConfig" type="button" data-toggle="collapse"
878878 data-target="#collapseProfileConfig" aria-expanded="false" aria-controls="collapseProfileConfig">
879879 Profile Configuration <i id="profileCaret" class="caret-icon bi icon-caret-down"></i>
880880 </button>
@@ -901,7 +901,7 @@ static const char *index_html = R"=====(
901901
902902 <!-- --------- GNSS Config --------- -->
903903 <div class="d-grid gap-2">
904- <button class="btn btn-primary toggle-btn" type="button" data-toggle="collapse"
904+ <button class="btn btn-primary mt-3 toggle-btn" type="button" data-toggle="collapse"
905905 data-target="#collapseGNSSConfig" aria-expanded="false" aria-controls="collapseGNSSConfig">
906906 GNSS Configuration <i id="gnssCaret" class="caret-icon bi icon-caret-up"></i>
907907 </button>
You can’t perform that action at this time.
0 commit comments